We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cdda5 commit 97299edCopy full SHA for 97299ed
1 file changed
sklearn/manifold/t_sne.py
@@ -506,8 +506,8 @@ class TSNE(BaseEstimator):
506
The perplexity is related to the number of nearest neighbors that
507
is used in other manifold learning algorithms. Larger datasets
508
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.
+ between 5 and 50. Different values can result in significanlty
+ different results.
511
512
early_exaggeration : float, optional (default: 12.0)
513
Controls how tight natural clusters in the original space are in
0 commit comments