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

[FEA] Approximate_predict HDBSCAN Support #4699

Closed
whymauri opened this issue Apr 13, 2022 · 4 comments
Closed

[FEA] Approximate_predict HDBSCAN Support #4699

whymauri opened this issue Apr 13, 2022 · 4 comments
Labels
feature request New feature or request

Comments

@whymauri
Copy link

Is your feature request related to a problem? Please describe.

Describe the solution you'd like
Similar to scikit-learn HDBSCAN's approximate_predict
https://hdbscan.readthedocs.io/en/latest/api.html#hdbscan.prediction.approximate_predict

Predict the cluster label of new points. The returned labels will be those of the original clustering found by clusterer, and therefore are not (necessarily) the cluster labels that would be found by clustering the original data combined with points_to_predict, hence the ‘approximate’ label.

Describe alternatives you've considered
Forking CuML and building the functionality, but perhaps it's already on your roadmap?

I saw on one of the issues it was slated for 22.04, but the 22.04 issue/project was closed/resolved without comment. Is it planned for a future release? I could take a stab at implementation for a future release if the issue is lack of resources.

@whymauri whymauri added ? - Needs Triage Need team to review and classify feature request New feature or request labels Apr 13, 2022
@divyegala
Copy link
Member

@whymauri it was de-prioritized for 22.04. I will get back on this and put it on my priority plate.

@whymauri
Copy link
Author

Thank you Divye, I appreciate the transparency :)

@divyegala
Copy link
Member

@whymauri no worries! As always, we welcome all contributions since you mentioned in your alternatives that you could want to implement this feature. If you would like to do that, I can be a resource to you in any way that is needed to get the PR across the finish line.

@divyegala divyegala removed the ? - Needs Triage Need team to review and classify label Apr 22, 2022
@VibhuJawa
Copy link
Member

Closing in favor of earlier issue: #4448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants