Feature Engineering and Selection for Regression Models with Python and Scikit-learn
This guide provides tips on feature exploration, engineering, and selection for machine learning using Python and Scikit-Learn
6 tutorials
This guide provides tips on feature exploration, engineering, and selection for machine learning using Python and Scikit-Learn
Learn how to use Random Search to tune the model hyperparameters of a Random Forest with Python that predicts house sale prices.
Using confusion matrix and error metrics for measuring classification performance in machine learning with Python.
Build and evaluate a reproducible multiclass model for historical San Francisco incident categories, including responsible-use limitations.
This tutorial shows how to build a customer churn prediction model in telecommunications. We will use Python and measure feature importance.
Learn how to tune the model hyperparameters of a Random Forest that predicts the survival of Titanic passengers using grid search in Python.