-
Notifications
You must be signed in to change notification settings - Fork 532
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
[REVIEW] Hide silhouette_score Python binding due to memory issue #3258
[REVIEW] Hide silhouette_score Python binding due to memory issue #3258
Conversation
Remove this feature due to memory issues in C++ implementation for anything but modest numbers of samples
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
This is a temporary change due to #3255. This functionality will be restored once the C++ implementation is rewritten in a more memory-friendly way. |
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.
One small comment, and also need to remove the entry from https://github.com/rapidsai/cuml/blob/branch-0.17/docs/source/api.rst so that it doesn't appear in the docs
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.
Also, should update docstring per discussion.
Also remove sillhouette_score from api.rst docs
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #3258 +/- ##
===============================================
- Coverage 71.49% 71.39% -0.10%
===============================================
Files 206 205 -1
Lines 16648 16612 -36
===============================================
- Hits 11902 11860 -42
- Misses 4746 4752 +6
Continue to review full report at Codecov.
|
…ssue (rapidsai#3258)" This reverts commit 40b089b.
Remove silhouette_score Python binding due to memory issues when handling more than a modest number of samples