Regression Metrics: MAE, MSE, R2
Measuring numeric prediction error.
Why Measure Error
When a model predicts numbers, you need one honest score for how far off it is. That score is an error metric, your truth-teller. 📏
The Residual Idea
Start with the residual: the gap between the true value and the predicted one. Every regression metric is just a way to summarize these gaps.
residual = y_true - y_predAll lessons in this course
- Regression Metrics: MAE, MSE, R2
- The Confusion Matrix Decoded
- Precision, Recall, and F1
- ROC, AUC, and Thresholds