PythonHub
2.43K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Hyperparameter Tuning Tips that 99% of Data Scientists Overlook

This video shows how to tune XGBoost models with Optuna while maximizing speed using XGBoost 3.0’s GPU acceleration for 5–15x faster training. He explains why cross-validation is crucial, recommends smart tuning practices, and demonstrates how Optuna’s visualizations help identify impactful hyperparameters in real-world tabular data workflows.

https://www.youtube.com/watch?v=D9xPjkOwpNk
Django: Introducing django-watchfiles, for more efficient runserver autoreloading

Django Watchfiles is a library that improves Django's development server by replacing the default autoreloader with the faster, more reliable watchfiles backend. It simplifies setup, enhances reload speed, and brings better cross-platform support with minimal configuration for Django projects.

https://adamj.eu/tech/2025/09/22/introducing-django-watchfiles/
RamTorch

A PyTorch library for memory-efficient deep learning that enables training and inference of large models that don't fit in GPU memory.

https://github.com/lodestone-rock/RamTorch