Skip to content

Commit 97299ed

Browse files
kjacks21Xing
authored andcommitted
DOC t-SNE perplexity docstring update (scikit-learn#13069)
1 parent e4cdda5 commit 97299ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sklearn/manifold/t_sne.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ class TSNE(BaseEstimator):
506506
The perplexity is related to the number of nearest neighbors that
507507
is used in other manifold learning algorithms. Larger datasets
508508
usually require a larger perplexity. Consider selecting a value
509-
between 5 and 50. The choice is not extremely critical since t-SNE
510-
is quite insensitive to this parameter.
509+
between 5 and 50. Different values can result in significanlty
510+
different results.
511511
512512
early_exaggeration : float, optional (default: 12.0)
513513
Controls how tight natural clusters in the original space are in

0 commit comments

Comments
 (0)