Simple Linear Regression is a statistical method that models the relationship between two variables (X–>Y):
- Dependent variable (Y): The outcome we want to predict
- Independent variable (X): The predictor we use
Our goal is to find a straight line that fits bets through the data points.