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

Modify description of ``min_samples`` #620

Closed chenxinye closed 1 month ago

chenxinye commented 10 months ago

Setting min_samples to None, then min_samples should be equal to min_cluster_size .

This request is to modify the parameter descriptions of min_samples, to ensure the HDSBCAN's documentation is aligned with parameter descriptions in https://scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html#sklearn.cluster.HDBSCAN.

Thanks

lmcinnes commented 1 month ago

Thanks!