Skip to main content

validate_arrays_same_length

Function validate_arrays_same_length 

Source
pub fn validate_arrays_same_length(
    y_true: &Array1<f64>,
    y_pred: &Array1<f64>,
) -> PyResult<()>
Expand description

Validate that prediction and true value arrays have the same length