link: range: [0, infinity)
summary
- A mean absolute error is calculated for each of the n target variables and the score is the average of those n Mean absolute error (MAE) values.
- This is NOT the mean of all the targets
- Hereβs a counterexample:
- we have two target columns: [1,3] and [99, 200, 500]
- MCMAE:
- mean of all targets
- Hereβs a counterexample: