Skip to main content

rmse

Function rmse 

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

Root mean squared error.