Simple Linear Regression is a statistical method used to model the relationship between two continuous variables.
Dependent variable (Y): The variable I’m trying to predict.
Independent variable (X): The variable I’ll use to predict the dependent variable.
The goal is to fit a line that minimizes the distance between the observed data points and the line.