Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sklearn/decomposition/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ class PCA(_BasePCA):
The singular values are equal to the 2-norms of the ``n_components``
variables in the lower-dimensional space.

.. versionadded:: 0.19

mean_ : array, shape (n_features,)
Per-feature empirical mean, estimated from the training set.

Expand Down