Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ff54a commit cd39271Copy full SHA for cd39271
sklearn/decomposition/_pca.py
@@ -275,7 +275,7 @@ class PCA(_BasePCA):
275
----------
276
For n_components == 'mle', this class uses the method from:
277
`Minka, T. P.. "Automatic choice of dimensionality for PCA".
278
- In NIPS, pp. 598-604 <https://tminka.github.io/papers/pca/>`_
+ In NIPS, pp. 598-604 <https://tminka.github.io/papers/pca/minka-pca.pdf>`_
279
280
Implements the probabilistic PCA model from:
281
`Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
0 commit comments