8000 DOC fix a typo in plot_varimax_fa.py (#20676) · rth/scikit-learn@83398f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83398f4

Browse files
authored
DOC fix a typo in plot_varimax_fa.py (scikit-learn#20676)
typo in an example
1 parent 20ee33a commit 83398f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/decomposition/plot_varimax_fa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
length and petal width are highly correlated. Sepal width is
88
less redundant. Matrix decomposition techniques can uncover
99
these latent patterns. Applying rotations to the resulting
10-
components does not inherently improve the predictve value
10+
components does not inherently improve the predictive value
1111
of the derived latent space, but can help visualise their
1212
structure; here, for example, the varimax rotation, which
1313
is found by maximizing the squared variances of the weights,

0 commit comments

Comments
 (0)
0