From ff5c36e3834ad6a2658ff11c8c3324ed4ff7eec2 Mon Sep 17 00:00:00 2001 From: Raghav RV <rvraghav93@gmail.com> Date: Tue, 25 Oct 2016 15:32:48 +0200 Subject: [PATCH] DOC Correct linking of TruncatedSVD (#7749) --- sklearn/decomposition/pca.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/decomposition/pca.py b/sklearn/decomposition/pca.py index e9ebbbcec3..1f4b30ad28 100644 --- a/sklearn/decomposition/pca.py +++ b/sklearn/decomposition/pca.py @@ -118,7 +118,7 @@ class PCA(_BasePCA): truncated SVD. Notice that this class does not support sparse input. See - :ref:`<TruncatedSVD>` for an alternative with sparse data. + :class:`TruncatedSVD` for an alternative with sparse data. Read more in the :ref:`User Guide <PCA>`. -- GitLab