-
Notifications
You must be signed in to change notification settings - Fork 550
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
dask cuml - TypeError: make_blobs() got an unexpected keyword argument 'workers'[BUG] #5048
Comments
Thanks for the issue @vdet, it seems like it is an error on the notebook included in that blog. The function cc @viclafargue author of the blog post |
Indeed I could run the code after removing |
Thanks for noticing the issue @vdet. At the time, I was working with a modified version of |
Thanks you all for your answer! |
Fixes #5048 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - William Hicks (https://github.com/wphicks) - Corey J. Nolet (https://github.com/cjnolet) URL: #5057
Fixes rapidsai#5048 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - William Hicks (https://github.com/wphicks) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#5057
Describe the bug
I tried to run this example notebook:
https://medium.com/rapids-ai/scaling-knn-to-new-heights-using-rapids-cuml-and-dask-63410983acfe#6084
Cell 9 issues a warning:
but client seems fine, all 8 GPUs are visible:
The notebook then fails on cell 12
Steps/Code to reproduce bug
Expected behavior
Notebook runs with no error.
Environment details (please complete the following information):
sudo singularity build
docker pull
&docker run
commands usedAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: