INFO
Measures the average absolute differences between predicted and actual values in regression tasks.
How It Works
- : Actual value
- : Predicted value
- : Number of data points
MAE gives a straightforward average of prediction errors, treating all deviations equally.
What to Look For
- Lower MAE = better performance
- Easy to interpret
- Less sensitive to outliers than Mean Squared Error (MSE) or Root Mean Squared Error (RMSE)