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.
This article predicts crime types in San Francisco with the XGboost classifier in Python and displays them on a crime map of SF
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.