pub fn rmse(predictions: &[f32], targets: &[f32]) -> Result<f32, EvalError>
Root mean squared error.
Returns 0.0 for empty inputs.
0.0