pub fn mape(predictions: &[f64], targets: &[f64]) -> f64
Mean Absolute Percentage Error: mean(|y_true - y_pred| / |y_true|) * 100.