In a typical scenario, we have an outcome measurement, usually categorical (such as heart attack / no heart attack) or quantitative (such as a temperature measurement), that we wish to predict based on a set of features.

Classification: when we predict categorical (qualitative) outputs

Regression: when we predict quantitative outputs.

Regression

Statistical method that attempts to determine the relationship between the dependent variable $Y$ and a set of independent variables $X$.

Widely used for predicting the next value of the dipendent value $Y$ from the values of the independent variables $X$.

Regression VS Forecasting:

image.png

Time Series Forecasting

image.png

Univariate vs Multivariate TS