8000 DOC fix a typo in pls_.py (#13402) · scikit-learn/scikit-learn@d3b2e93 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3b2e93

Browse files
Naoya Iijimaadrinjalali
Naoya Iijima
authored andcommitted
DOC fix a typo in pls_.py (#13402)
1 parent fec7670 commit d3b2e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cross_decomposition/pls_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class PLSRegression(_PLS):
530530
W: x_weights_
531531
C: y_weights_
532532
P: x_loadings_
533-
Q: y_loadings__
533+
Q: y_loadings_
534534
535535
Are computed such that::
536536

0 commit comments

Comments
 (0)
0