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: 1 addition & 1 deletion src/skmatter/decomposition/_pcovr.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PCovR(_BasePCA, LinearModel):

For all PCovR methods, it is strongly suggested that :math:`\mathbf{X}` and
:math:`\mathbf{Y}` are centered and scaled to unit variance, otherwise the
results will change drastically near :math:`\alpha \to 0` and :math:`\alpha \to 0`.
results will change drastically near :math:`\alpha \to 0` and :math:`\alpha \to 1`.
This can be done with the companion preprocessing classes, where

>>> from skmatter.preprocessing import StandardFlexibleScaler as SFS
Expand Down