Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd39271

Browse files
committed
Update reference to link to exanded version directly
1 parent f5ff54a commit cd39271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class PCA(_BasePCA):
275275
----------
276276
For n_components == 'mle', this class uses the method from:
277277
`Minka, T. P.. "Automatic choice of dimensionality for PCA".
278-
In NIPS, pp. 598-604 <https://tminka.github.io/papers/pca/>`_
278+
In NIPS, pp. 598-604 <https://tminka.github.io/papers/pca/minka-pca.pdf>`_
279279
280280
Implements the probabilistic PCA model from:
281281
`Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal

0 commit comments

Comments
 (0)