pub fn mae(predictions: &[f32], targets: &[f32]) -> Result<f32, EvalError>
Mean absolute error.
Returns 0.0 for empty inputs.
0.0