Linear Regression: Intuition, Metrics, and Common Pitfalls
Linear Regression
It tries to fit the best straight line to predict a number.
- MAE: average absolute error
- RMSE: penalizes big errors
Next: Logistic Regression

