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

Update KMeans notebook for clarity #4886

Merged

Conversation

beckernick
Copy link
Member

This PR updates the existing KMeans notebook to improve clarity and make the performance benefit clear.

Closes #4135

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@beckernick beckernick added doc Documentation non-breaking Non-breaking change labels Sep 12, 2022
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Sep 12, 2022
@beckernick beckernick added this to PR-WIP in v22.10 Release via automation Sep 12, 2022
v22.10 Release automation moved this from PR-WIP to PR-Reviewer approved Sep 25, 2022
@dantegd
Copy link
Member

dantegd commented Sep 25, 2022

rerun tests

3 similar comments
@dantegd
Copy link
Member

dantegd commented Sep 26, 2022

rerun tests

@dantegd
Copy link
Member

dantegd commented Sep 26, 2022

rerun tests

@dantegd
Copy link
Member

dantegd commented Sep 27, 2022

rerun tests

@dantegd
Copy link
Member

dantegd commented Sep 27, 2022

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

Base: 78.02% // Head: 79.35% // Increases project coverage by +1.33% 🎉

Coverage data is based on head (3064fff) compared to base (7a0ab85).
Patch has no changes to coverable lines.

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     
Flag Coverage Δ
dask 46.02% <ø> (-0.20%) ⬇️
non-dask 68.75% <ø> (+1.47%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/cuml/model_selection/_split.py 75.88% <0.00%> (-15.74%) ⬇️
python/cuml/common/array.py 95.10% <0.00%> (-2.88%) ⬇️
python/cuml/cluster/__init__.py 100.00% <0.00%> (ø)
python/cuml/metrics/__init__.py 100.00% <0.00%> (ø)
python/cuml/preprocessing/__init__.py 100.00% <0.00%> (ø)
python/cuml/model_selection/__init__.py 100.00% <0.00%> (ø)
python/cuml/benchmark/automated/utils/utils.py 0.00% <0.00%> (ø)
python/cuml/dask/preprocessing/LabelEncoder.py 93.33% <0.00%> (ø)
...cuml/_thirdparty/sklearn/preprocessing/__init__.py 100.00% <0.00%> (ø)
python/cuml/cluster/hdbscan/__init__.py 100.00% <0.00%> (ø)
... and 6 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit d65121a into rapidsai:branch-22.10 Sep 27, 2022
v22.10 Release automation moved this from PR-Reviewer approved to Done Sep 27, 2022
@beckernick beckernick deleted the doc/cleanup-kmeans-demo-notebook branch December 22, 2022 02:38
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cython / Python Cython or Python issue doc Documentation non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[BUG] SKL is faster than cuML with current values in kmeans_demo notebooks on first run
3 participants