- Simple Linear Regression is a statistical model which represents the relationship between two continuous variables.
- It predicts a dependent variable (Y) based on the behavior of an independent variable (X)
- This model is absolutely integral to data modeling and machine learning.