-
Notifications
You must be signed in to change notification settings - Fork 548
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] HDBSCAN: Lazy-loading (and caching) condensed & single-linkage tree objects #3986
[REVIEW] HDBSCAN: Lazy-loading (and caching) condensed & single-linkage tree objects #3986
Conversation
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.
Functionality looks great, just had a question regarding the variable names (leading vs trailing underscore), unless I missed something we should keep the former naming scheme?
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #3986 +/- ##
===============================================
Coverage ? 85.44%
===============================================
Files ? 230
Lines ? 18095
Branches ? 0
===============================================
Hits ? 15461
Misses ? 2634
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review 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 pending conflict resolution from the other HDBSCAN PR
@gpucibot merge |
…bjects (rapidsai#3986) …ects Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3986
…ects