🎴 Flashcard Mode
Mean Absolute Error (MAE)
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What is the formula for calculating MAE?
AnswerClick to flip back
A
MAE = (1/n) * Σ|y_i - y_hat_i|
💡 Explanation:
MAE is calculated by taking the average of the absolute differences between the predicted values (y_hat_i) and the observed values (y_i).