mae

Function mae 

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

Mean Absolute Error: mean(|y_true - y_pred|).