-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Path to HDBSCAN Inclusion #24686
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
Comments
@Micky774 is HDBSCAN already available? Or are there still some things pending? |
It is currently available on |
Ah awesome! |
You can try the release candidate by installing it from PyPi with: pip install scikit-learn==1.3.0rc1 You can also install it from conda-forge with: mamba install -c conda-forge/label/scikit-learn_rc scikit-learn==1.3.0rc1 |
Closing due to inclusion in For discussion regarding follow-up work, please see #26801 Thanks again to everyone involved 😄 |
Introduction
The HDBSCAN estimator implementation from
scikit-learn-contrib/hdbscan
has been adopted, modified and refactored to conform to scikit-learn API and is now merged into thehdbscan
feature branch. There are still several changes to be made both before and after merginghdbscan-->main
, and the goal of this issue is to serve as a tracker for the remaining changes, as well as to host meta discussion regarding the estimator as a whole as needed.In particular, I would encourage discussion regarding:
HDBSCAN
overall.main
.To do for merger into
main
Mandatory work before consideration for final merger
cluster/_hdbscan/_linkage.pyx
#24857cluster/_hdbscan/_reachability.pyx
#24701_hdbscan/_tree.pyx
cluster/_hdbscan/_tree.pyx
style and syntax #25768_hdbscan
HIERARCHY
data type introduction #25826TreeUnionFind
in_hdbscan/_tree.pyx
#25827HDBSCAN
_tree.pyx
overhaul_hdbscan/_tree.pyx
algorithms refactor #26011_tree.pyx::do_labelling
refactor #26101HDBSCAN.dbscan_clustering
#24698HDBSCAN.dbscan_clustering
section toplot_hdbscan.py
#25538hdbscan
branch withmain
#25134Follow-up after merger into
main
Discussion regarding follow-up tasks has been moved to #26801
CC: @thomasjpfan @jjerphan @glemaitre
The text was updated successfully, but these errors were encountered: