pub fn validate_int_arrays_same_length( y_true: &[i32], y_pred: &[i32], ) -> PyResult<()>
Validate that prediction and true value arrays have the same length for integer arrays