pub fn validate_arrays_same_length( y_true: &Array1<f64>, y_pred: &Array1<f64>, ) -> PyResult<()>
Validate that prediction and true value arrays have the same length