We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_dask_kneighbors_classifier::test_predict_proba
Seeing this failure on CI:
FAILED test_dask_kneighbors_classifier.py::test_predict_proba[dataset0-parameters0-dask_array] - assert 0.6 > 0.95 + where 0.6 = <function mean at 0x7f88a5f89af0>(array([[1., 0...dtype=float32) == array([[0., 0...dtype=float32) + where <function mean at 0x7f88a5f89af0> = np.mean Full diff: - array([[0., 0., 1., 0., 0.], ? ---- + array([[1., 0., 0., 0., 0.], ? ++++ + [1., 0., 0., 0., 0.], - [0., 0., 0., 0., 1.], ? ^ ^ + [0., 0., 0., 1., 0.], ? ^ ^ - [0., 1., 0., 0., 0.], ..., - [1., 0., 0., 0., 0.], - [0., 0., 0., 0., 1.], ? ^ ^ + [0., 0., 0., 1., 0.], ? ^ ^ + [0., 0., 1., 0., 0.], - [0., 0., 0., 0., 1.]], dtype=float32, ? ---- + [0., 0., 1., 0., 0.]], dtype=float32, ? ++++ ))
The text was updated successfully, but these errors were encountered:
False
Fixed by rapidsai/cudf#15340
Sorry, something went wrong.
No branches or pull requests
Seeing this failure on CI:
The text was updated successfully, but these errors were encountered: