Skip to content

Commit 47ca768

Browse files
olegstikhinjnothman
authored andcommitted
[MRG] DOC Added version information for PCA.singular_values_ (scikit-learn#13776)
1 parent be80dc4 commit 47ca768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/decomposition/pca.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ class PCA(_BasePCA):
223223
The singular values are equal to the 2-norms of the ``n_components``
224224
variables in the lower-dimensional space.
225225
226+
.. versionadded:: 0.19
227+
226228
mean_ : array, shape (n_features,)
227229
Per-feature empirical mean, estimated from the training set.
228230

0 commit comments

Comments
 (0)