Skip to content

Commit

Permalink
Merge pull request #194 from lab-cosmo/193-small-typo-on-pcovr-docume…
Browse files Browse the repository at this point in the history
…ntation

fixed small typo in PCovR class documentation
  • Loading branch information
arthur-lin1027 authored May 2, 2023
2 parents 2b4b94d + 0970246 commit d518ebf
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d518ebf

Please sign in to comment.