Skip to content

Commit e8b649d

Browse files
author
ArturoAmorQ
committed
Iter on Frits comments
1 parent ebe9fe6 commit e8b649d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_scripts/dimred_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ def set_equal_axes(*args, **kwargs):
222222
# true cutoff lies beyond what we measured.
223223
#
224224
# For text data, a common practice is to fix the number of components to be 100
225-
# or 300, which captures meaningful vocabulary structure while remaining
226-
# computationally manageable.
225+
# or 300. Other values are valid, but a finer grid is unlikely to yield
226+
# meaningfully different results and would add unnecessary computational cost.
227227
#
228228
# Let's now run a K-Means as downstream task. We set `n_clusters=5` to match the
229229
# number of categories we know exist in this dataset. This is similar to what we

0 commit comments

Comments
 (0)