Skip to content
New issue

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

Failing test on CI test_dask_kneighbors_classifier::test_predict_proba #5803

Closed
jakirkham opened this issue Mar 14, 2024 · 1 comment
Closed

Comments

@jakirkham
Copy link
Member

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,
    ?                 ++++
      ))
@jakirkham
Copy link
Member Author

Fixed by rapidsai/cudf#15340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant