rmse

Function rmse 

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

Root Mean Squared Error: sqrt(mean((y_true - y_pred)²)).