-
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
Batched Silhouette Score #3362
Batched Silhouette Score #3362
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #3362 +/- ##
===============================================
+ Coverage 71.48% 72.12% +0.63%
===============================================
Files 207 211 +4
Lines 16748 17229 +481
===============================================
+ Hits 11973 12426 +453
- Misses 4775 4803 +28
Continue to review full report at Codecov.
|
@divyegala, I can take a look at this tomorrow |
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.
Looks great overall. A couple very minor things.
…ea-018-batched_sil_score
@cjnolet this is ready for re-review. For the case |
rerun tests |
…ea-018-batched_sil_score
rerun tests |
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!
@gpucibot merge |
closes #3255
Local tests show that batched SilhouetteScore implementation does as well or better than the full SilhouetteScore implementation when chunksize is equal to the number of rows in input matrix. Hence, I have removed the full SilhouetteScore from Cython for now.
I have also created #3368 to investigate the improvement of perf using shared memory. The timeline for this is TBD.