8000 DOC Fix typo in decomposition.rst (#15342) · jeremiedbb/scikit-learn@ecbc207 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit ecbc207

Browse files
raphael0202rth
authored andcommitted
DOC Fix typo in decomposition.rst (scikit-learn#15342)
1 parent 62aee06 commit ecbc207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/decomposition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ that learns :math:`n` components in its ``fit`` method, and can be used on new
2424
data to project it on these components.
2525

2626
PCA centers but does not scale the input data for each feature before
27-
ap 4D20 plying the SVD. The optional parameter parameter ``whiten=True`` makes it
27+
applying the SVD. The optional parameter ``whiten=True`` makes it
2828
possible to project the data onto the singular space while scaling each
2929
component to unit variance. This is often useful if the models down-stream make
3030
strong assumptions on the isotropy of the signal: this is for example the case

0 commit comments

Comments
 (0)
0