-
Notifications
You must be signed in to change notification settings - Fork 540
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
Update KMeans notebook for clarity #4886
Update KMeans notebook for clarity #4886
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
@gpucibot merge |
Codecov ReportBase: 78.02% // Head: 79.35% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #4886 +/- ##
================================================
+ Coverage 78.02% 79.35% +1.33%
================================================
Files 180 181 +1
Lines 11385 11540 +155
================================================
+ Hits 8883 9158 +275
+ Misses 2502 2382 -120
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. |
This PR updates the existing KMeans notebook to improve clarity and make the performance benefit clear. Closes rapidsai#4135 Authors: - Nick Becker (https://github.com/beckernick) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4886
This PR updates the existing KMeans notebook to improve clarity and make the performance benefit clear.
Closes #4135