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
3 tutorials
This guide provides tips on feature exploration, engineering, and selection for machine learning using Python and Scikit-Learn
Using confusion matrix and error metrics for measuring classification performance in machine learning with Python.
This tutorial presents six regression error metrics to measure model performance and shows how to implement them with Python and Scikit-learn