[BUG] mean_squared_error fails with mixed dtype combinations unlike scikit-learn #4442
Labels
bug
Something isn't working
Cython / Python
Cython or Python issue
good first issue
Good for newcomers
cuml.metrics.mean_squared_error
is sensitive to dtype combinations (float32, float64, int32, etc.). It will throw if the predictions array is a different dtype than they_true
array for float or integer inputs.The text was updated successfully, but these errors were encountered: