-
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
[TASK] Post HDBSCAN merge tasks #3879
Comments
…lity scores (#3987) Addresses section 1 of #3879 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) - Dante Gama Dessavre (https://github.com/dantegd) URL: #3987
Linking #3997 |
HDBSCAN has officially moved out of experimental! |
This issue has been labeled |
…lity scores (rapidsai#3987) Addresses section 1 of rapidsai#3879 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3987
H there, i would be very much interested in sparse inputs being supported, is this planned? |
Hi @KukumavMozolo, thanks for reviving this issue! Would you be able to share any info about what kinds of use cases this might enable for you that don't currently work well with dense inputs? |
Hi @beckernick, |
These are tasks for cuML's HDBSCAN implementation after 21.06 release
1. Necessary tech debt / cleanup (e.g. need to have)
2. Testing / Correctness verification
cluster_selection_method=eom
for empty cluster tree andallow_single_cluster=True
cluster_selection_method=leaf
andcluster_selection_epsilon != 0.0
with the help of above (Testing extract clusters in HDBSCAN #4009)3. Test failures / bugs (e.g. must have)
4. Additional tech debt / cleanup (e.g. nice to have)
int
instead ofbool
due to inter-op issues between host and devicebool
. Update thesedo_labelling()
5. External
allow_single_cluster=True
gets overwritten forcluster_selection_method=leaf
scikit-learn-contrib/hdbscan#476 and update cuML when patch is accepted6. Additional features before blog
7. Additional features (e.g. like to have)
The text was updated successfully, but these errors were encountered: