Boost your machine learning skills
Master advanced techniques and become the machine learning expert companies are desperate to hire.


Best Data Science Competition Websites in 2026
Want to practice your data science skills? These data science competition websites have the projects you love to hone the skills you need.

Moving Average Forecasting: What You Need to Know
Learn moving average forecasting with clear examples, practical applications, and accuracy tips for better time series predictions.

The Ultimate Guide to Deep Learning Hyperparameter Tuning
Master hyperparameter tuning in deep learning with practical techniques, examples, and tips. Explore various methods to boost model performance.

Should You Use Imbalanced-Learn in 2025?
Find out the latest evidence on the use of undersampling, oversampling and SMOTE for imbalanced data and whether the Python library imblearn is still relevant.

ADASYN: Adaptive Synthetic Sampling for Imbalanced Datasets
Find out why you should NOT use ADASYN in 2025 to handle data imbalance, what the hype behind ADASYN was, and what you could do instead to boost model performance.

The Complete Guide to Platt Scaling
Learn about calibration in machine learning using Platt scaling. Find out how it works and how to apply it in Python using Scikit-learn.

Grid Search vs Random Search: Which One Should You Use?
Discover the power of hyperparameter tuning with Grid Search and Random Search. Learn which technique to use for different ML models.

Winsorization: Handling Outliers in Machine Learning
Learn to handle outliers effectively with Winsorization—a powerful technique that keeps your data intact. This guide includes Python code examples and compares Winsorization to other common outlier treatment methods.

Is Boruta dead?
The most exhaustive discussion on boruta in machine learning. Learn what it is, its advantages and limitations, and its Python implementation.

A Comprehensive Guide to Complete Case Analysis
Learn Complete Case Analysis (CCA) for handling missing data in machine learning, including advantages and limitations and Python examples.