© David Paper 2020
D. PaperHands-on Scikit-Learn for Machine Learning Applicationshttps://doi.org/10.1007/978-1-4842-5373-1_4

4. Predictive Modeling Through Regression

David Paper1 
(1)
Logan, UT, USA
 

While classification is the problem of predicting a discrete class label for an example, regression predictive modeling (or just regression) is the problem of learning the strength of association between independent variables (or features) and continuous dependent variables (or outcomes). A continuous output variable is a real value such as an integer or floating point value often quantified as amounts and sizes.

Simply, regression attempts to learn how strong the relationship is between features and outcomes. Formally, regression approximates a mapping ...

Get Hands-on Scikit-Learn for Machine Learning Applications: Data Science Fundamentals with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.