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

Application Models