pub fn mape(predictions: &[f32], targets: &[f32]) -> Result<f32, EvalError>
Mean absolute percentage error, skipping pairs where the target is zero.
Returns 0.0 for empty inputs or when all targets are zero.
0.0