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.81k stars 507 forks source link

Request for `verbose` setting #616

Open rishabhmisra opened 1 year ago

rishabhmisra commented 1 year ago

I have a usecase for running HDBScan on large amounts of data - so it takes quite some time to complete.

I was hoping if the library could output some logs based on a verbose setting to know which stage of clustering it is in (just like other libraries). That will be really helpful in tracking the ongoing execution.

Thanks a lot for all the contributions to this library, it's really helpful for clustering.