mape

Function mape 

Source
pub fn mape(predictions: &[f64], targets: &[f64]) -> f64
Expand description

Mean Absolute Percentage Error: mean(|y_true - y_pred| / |y_true|) * 100.