scikit-learn-contrib / hdbscan

A high performance implementation of HDBSCAN clustering.
http://hdbscan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.78k stars 497 forks source link

Archive repo? #633

Open jonashaag opened 5 months ago

jonashaag commented 5 months ago

IIUC this has been integrated into scikit-learn 1.3.

To avoid confusion, how about archiving this repo and the documentation?

lmcinnes commented 5 months ago

The dual tree Boruvka versions that are here (and make it much faster for large datasets) have not been included yet, so this repo still represents a useful library for now.