Model Evaluation

Use MAE for Regression

① Learn

Regression metrics should match numeric prediction tasks. MAE is popular because it measures average error in the same units as the target.

② Implement — write it, run it, submit
Goal

Use `mean_absolute_error` for the sample values.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators