Skip to main content

validate_int_arrays_same_length

Function validate_int_arrays_same_length 

Source
pub fn validate_int_arrays_same_length(
    y_true: &[i32],
    y_pred: &[i32],
) -> PyResult<()>
Expand description

Validate that prediction and true value arrays have the same length for integer arrays