pub fn rmse(predictions: &[f64], targets: &[f64]) -> f64
Root Mean Squared Error: sqrt(mean((y_true - y_pred)²)).