PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Don’t let yourself be fooled by data drift

The purpose of this post is to demonstrate that not all data drift impacts model performance. Making drift methods hard to trust since they tend to produce a large number of false alarms. To illustrate this point, we will train an ML model using a real-world dataset, monitor the distribution of the model's features in production, and report any data drift that might occur.

https://www.nannyml.com/blog/when-data-drift-does-not-affect-performance-machine-learning-models
Image Dithering FAST In Python

In this video, the concept of image dithering is explained, showcasing how dithering algorithms can effectively display images on black and white monitors while preserving reasonable contrast. The video provides coding examples utilizing packages like NumPy, Pillow, and Matplotlib to demonstrate the implementation of these algorithms.

https://www.youtube.com/watch?v=Ld_cz1JwRHk
Python for Finance: Pandas Resample, Groupby, and Rolling

Learn how you can use resample, groupby, and rolling in pandas and supercharge your workflows with Ponder!

https://ponder.io/python-for-finance-pandas-resample-groupby-and-rolling/
SQL Databases with Pandas and Python - A Complete Guide

In this Python tuturial we talk all about connecting to SQL Databases with Python and Pandas. Python is the swiss army knife of data anaylsis, and relational databases are the most common way data is stored at small and large companies. Learning how to best connect the two is an essential skill for any data professional.

https://www.youtube.com/watch?v=DiQ5Hni6oRI