8000 DOC Fix typo in manifold documentation (#14073) · scikit-learn/scikit-learn@9c732e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c732e1

Browse files
Johann Faouzirth
Johann Faouzi
authored andcommitted
DOC Fix typo in manifold documentation (#14073)
1 parent 4c58057 commit 9c732e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/manifold.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ The disadvantages to using t-SNE are roughly:
509509
* The algorithm is stochastic and multiple restarts with different seeds can
510510
yield different embeddings. However, it is perfectly legitimate to pick the
511511
embedding with the least error.
512-
* Global structure is not explicitly preserved. This is problem is mitigated by
512+
* Global structure is not explicitly preserved. This problem is mitigated by
513513
initializing points with PCA (using `init='pca'`).
514514

515515

0 commit comments

Comments
 (0)
0