How to Transform Target Variables for Regression With Scikit-Learn

Data preparation is a big part of applied machine learning. Correctly preparing your training data can mean the difference between mediocre and extraordinary results, even with very simple linear algorithms. Performing data preparation operations, such as scaling, is relatively straightforward for input variables and has been made routine in Python via the Pipeline scikit-learn class. […]

The post How to Transform Target Variables for Regression With Scikit-Learn appeared first on Machine Learning Mastery.

Comments