-
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
Add workers
argument to dask make_blobs
#5057
Add workers
argument to dask make_blobs
#5057
Conversation
@gpucibot merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor things but in general I like that this change gives the user more control over how the data is generated across the cluster.
rerun tests |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #5057 +/- ##
===============================================
Coverage ? 79.50%
===============================================
Files ? 184
Lines ? 11708
Branches ? 0
===============================================
Hits ? 9309
Misses ? 2399
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @viclafargue!
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
Fixes #5048