10000 DOC: Fixed typo (#9977) · scikit-learn/scikit-learn@933f953 · GitHub
[go: up one dir, main page]

Skip to content

Commit 933f953

Browse files
TomAugspurgerjnothman
authored andcommitted
DOC: Fixed typo (#9977)
1 parent f64c4db commit 933f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/truncated_svd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class TruncatedSVD(BaseEstimator, TransformerMixin):
110110
111111
Notes
112112
-----
113-
SVD suffers from a problem called "sign indeterminancy", which means the
113+
SVD suffers from a problem called "sign indeterminacy", which means the
114114
sign of the ``components_`` and the output from transform depend on the
115115
algorithm and random state. To work around this, fit instances of this
116116
class to data once, then keep the instance around to do transformations.

0 commit comments

Comments
 (0)
0