Regression
Regression
Chapter : Regression
Marouane Ben Haj Ayech
Outline
• Presentation
• Linear Regression
• Learning process
• Prediction process
• Evaluation
2
Presentation
• Prediction
Prediction task Description Output Nature Examples
- House price prediction based on
Predicting a continuous numeric value or quantity features like size, location, and
Continuous numeric
Regression based on input features, typically used for predicting age. - Temperature value
values
numerical outcomes. prediction based on historical
data.
• Learning
Learning Type Dataset Type Prediction Tasks Learning models
Linear Regression
Supervised Labeled Regression
Polynomial Regression
3
Presentation
Regression problem
x=house=(Surface, nb rooms) y=price value ∈ ℝ
input output
Predicted
price
Learning Prediction
process process