Skip to content

Commit

Permalink
DOC fix a glitch in pca docstring (#9664)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-salfelder authored and jnothman committed Sep 1, 2017
1 parent 3c29ee9 commit a098a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/pca.py
Expand Up @@ -220,7 +220,7 @@ class PCA(_BasePCA):
mean_ : array, shape (n_features,)
Per-feature empirical mean, estimated from the training set.
Equal to `X.mean(axis=1)`.
Equal to `X.mean(axis=0)`.
n_components_ : int
The estimated number of components. When n_components is set
Expand Down

0 comments on commit a098a84

Please sign in to comment.