Skip to content
Snippets Groups Projects
Commit 933f9535 authored by Tom Augspurger's avatar Tom Augspurger Committed by Joel Nothman
Browse files

DOC: Fixed typo (#9977)

parent f64c4db6
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ class TruncatedSVD(BaseEstimator, TransformerMixin): ...@@ -110,7 +110,7 @@ class TruncatedSVD(BaseEstimator, TransformerMixin):
Notes Notes
----- -----
SVD suffers from a problem called "sign indeterminancy", which means the SVD suffers from a problem called "sign indeterminacy", which means the
sign of the ``components_`` and the output from transform depend on the sign of the ``components_`` and the output from transform depend on the
algorithm and random state. To work around this, fit instances of this algorithm and random state. To work around this, fit instances of this
class to data once, then keep the instance around to do transformations. class to data once, then keep the instance around to do transformations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment