There was an error while loading. Please reload this page.
1 parent 6b381ae commit ff5c36eCopy full SHA for ff5c36e
sklearn/decomposition/pca.py
@@ -118,7 +118,7 @@ class PCA(_BasePCA):
118
truncated SVD.
119
120
Notice that this class does not support sparse input. See
121
- :ref:`<TruncatedSVD>` for an alternative with sparse data.
+ :class:`TruncatedSVD` for an alternative with sparse data.
122
123
Read more in the :ref:`User Guide <PCA>`.
124
0 commit comments