Skip to content

Commit

Permalink
typo in description of noise variance (scikit-learn#10894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Dean Sanchez authored and agramfort committed Mar 31, 2018
1 parent 4e87d93 commit 12cdb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class PCA(_BasePCA):
from Tipping and Bishop 1999. See "Pattern Recognition and
Machine Learning" by C. Bishop, 12.2.1 p. 574 or
http://www.miketipping.com/papers/met-mppca.pdf. It is required to
computed the estimated data covariance and score samples.
compute the estimated data covariance and score samples.
Equal to the average of (min(n_features, n_samples) - n_components)
smallest eigenvalues of the covariance matrix of X.
Expand Down

0 comments on commit 12cdb83

Please sign in to comment.