File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,9 @@ The empirical covariance matrix of a sample can be computed using the
3535:class: `EmpiricalCovariance ` object to the data sample with the
3636:meth: `EmpiricalCovariance.fit ` method. Be careful that results depend
3737on whether the data are centered, so one may want to use the
38- ``assume_centered `` parameter accurately. More precisely, if
39- ``assume_centered=False ``, then the test set is supposed to have the
40- same mean vector as the training set. If not, both should be centered
41- by the user, and ``assume_centered=True `` should be used.
38+ `assume_centered ` parameter accurately. More precisely, if `assume_centered=True `, then
39+ all features in the train and test sets should have a mean of zero. If not, both should
40+ be centered by the user, or `assume_centered=False ` should be used.
4241
4342.. rubric :: Examples
4443
You can’t perform that action at this time.
0 commit comments