Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Sep 20, 2023
1 parent dc3acb5 commit 0911915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/best_practices/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ However, it is advised to control the number of topics through the cluster model

A higher `min_cluster_size` will generate fewer topics and a lower `min_cluster_size` will generate more topics.

Here, we will go with `min_cluster_size=40` to get around XXX topics.
Here, we will go with `min_cluster_size=40` to get around prevent too many micro-clusters from being created:

```python
from hdbscan import HDBSCAN
Expand Down

0 comments on commit 0911915

Please sign in to comment.