From 09119155748f58ddcbb3bf7cf510ac4746346581 Mon Sep 17 00:00:00 2001 From: MaartenGr Date: Wed, 20 Sep 2023 14:13:24 +0200 Subject: [PATCH] Update docs --- docs/getting_started/best_practices/best_practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/best_practices/best_practices.md b/docs/getting_started/best_practices/best_practices.md index 1f013ff7..230ebdb3 100644 --- a/docs/getting_started/best_practices/best_practices.md +++ b/docs/getting_started/best_practices/best_practices.md @@ -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