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

Modify description of ``min_samples`` #620

Closed chenxinye closed 3 months ago

chenxinye commented 1 year 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 3 months ago

Thanks!