Learn Before
Concept
Characteristics of Regression Evaluation Metrics
Typically, the score is sufficient for evaluating a regression model. Alternative evaluation metrics include:
- Mean Absolute Error (MAE): The absolute difference between target and predicted values, representing the expected value of norm loss.
- Mean Squared Error (MSE): The squared difference between target and predicted values, representing the expected value of norm loss.
- Median Absolute Error: Uses the median of the error distribution rather than the mean, making it more robust to outliers.
0
3
Updated 2026-05-03
Contributors are:
Who are from:
Tags
Data Science