Skip to content

Commit 75d1994

Browse files
authored
DOC Fix broken links (scikit-learn#34491)
1 parent 6d7f1f1 commit 75d1994

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

doc/institutional_support.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ funded one year for a developer to work on the project full-time (2014-2015), 50
163163
of the time of Guillaume Lemaitre (2016-2017) and 50% of the time of Joris van den
164164
Bossche (2017-2018).
165165

166-
`NYU Moore-Sloan Data Science Environment <https://cds.nyu.edu/mooresloan/>`_
166+
`NYU Moore-Sloan Data Science Environment
167+
<https://web.archive.org/web/20240719150041/https://cds.nyu.edu/mooresloan/>`_
167168
funded Andreas Mueller (2014-2016) to work on this project. The Moore-Sloan
168169
Data Science Environment also funds several students to work on the project
169170
part-time.
@@ -172,7 +173,7 @@ part-time.
172173
(2014), Tom Dupré la Tour (2015), Raghav RV (2015-2017), Thierry Guillemot
173174
(2016-2017) and Albert Thomas (2017) to work on scikit-learn.
174175

175-
`The Labex DigiCosme <https://digicosme.lri.fr>`_ funded Nicolas Goix
176+
`The Labex DigiCosme <https://anr.fr/ProjetIA-11-LABX-0045>`_ funded Nicolas Goix
176177
(2015-2016), Tom Dupré la Tour (2015-2016 and 2017-2018), Mathurin Massias
177178
(2018-2019) to work part time on scikit-learn during their PhDs. It also
178179
funded a scikit-learn coding sprint in 2015.

doc/modules/decomposition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ prediction (kernel dependency estimation). :class:`KernelPCA` supports both
297297

298298
.. [Scholkopf1997] Schölkopf, Bernhard, Alexander Smola, and Klaus-Robert Müller.
299299
`"Kernel principal component analysis."
300-
<https://people.eecs.berkeley.edu/~wainwrig/stat241b/scholkopf_kernel.pdf>`_
300+
<https://graphics.stanford.edu/courses/cs233-25-spring/ReferencedPapers/scholkopf_kernel.pdf>`_
301301
International conference on artificial neural networks.
302302
Springer, Berlin, Heidelberg, 1997.
303303

doc/modules/ensemble.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ Finally, many parts of the implementation of
493493
BoostingDecision Tree" <https://papers.nips.cc/paper/
494494
6907-lightgbm-a-highly-efficient-gradient-boosting-decision-tree>`_
495495
496-
.. [Fisher1958] Fisher, W.D. (1958). `"On Grouping for Maximum Homogeneity"
497-
<http://csiss.ncgia.ucsb.edu/SPACE/workshops/2004/SAC/files/fisher.pdf>`_
496+
.. [Fisher1958] Fisher, W.D. (1958). :doi:`"On Grouping for Maximum Homogeneity"
497+
<10.1080/01621459.1958.10501479>`
498498
Journal of the American Statistical Association, 53, 789-798.
499499
500500
@@ -927,8 +927,8 @@ based on permutation of the features.
927927
boosting machine <10.1214/aos/1013203451>`.
928928
Annals of Statistics, 29, 1189-1232.
929929
930-
.. [Friedman2002] Friedman, J.H. (2002). `Stochastic gradient boosting.
931-
<https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=48caac2f65bce47f6d27400ae4f60d8395cec2f3>`_.
930+
.. [Friedman2002] Friedman, J.H. (2002). :doi:`Stochastic gradient boosting.
931+
<10.1016/S0167-9473(01)00065-2>`.
932932
Computational Statistics & Data Analysis, 38, 367-378.
933933
934934
.. [R2007] G. Ridgeway (2006). `Generalized Boosted Models: A guide to the gbm

doc/modules/feature_selection.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,8 @@ alpha parameter, the fewer features selected.
239239

240240
.. rubric:: References
241241

242-
Richard G. Baraniuk "Compressive Sensing", IEEE Signal
243-
Processing Magazine [120] July 2007
244-
http://users.isr.ist.utl.pt/~aguiar/CS_notes.pdf
242+
Richard G. Baraniuk :doi:`"Compressive Sensing" <10.1109/MSP.2007.4286571>`,
243+
IEEE Signal Processing Magazine [120] July 2007
245244

246245

247246
Tree-based feature selection
@@ -320,9 +319,9 @@ with *all* the features and greedily *remove* features from the set. The
320319

321320
.. rubric:: References
322321

323-
.. [sfs] Ferri et al, `Comparative study of techniques for
322+
.. [sfs] Ferri et al, :doi:`Comparative study of techniques for
324323
large-scale feature selection
325-
<https://citeseerx.ist.psu.edu/doc_view/pid/5fedabbb3957bbb442802e012d829ee0629a01b6>`_.
324+
<10.1016/B978-0-444-81892-8.50040-7>`.
326325
327326
328327
.. rubric:: Examples

examples/covariance/plot_mahalanobis_distances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
5353
.. rubric:: References
5454
55-
.. [1] P. J. Rousseeuw. `Least median of squares regression
56-
<http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/LeastMedianOfSquares.pdf>`_. J. Am
55+
.. [1] P. J. Rousseeuw. :doi:`Least median of squares regression
56+
<10.1080/01621459.1984.10477105>`. J. Am
5757
Stat Ass, 79:871, 1984.
5858
.. [2] Wilson, E. B., & Hilferty, M. M. (1931). `The distribution of chi-square.
5959
<https://water.usgs.gov/osw/bulletin17b/Wilson_Hilferty_1931.pdf>`_

0 commit comments

Comments
 (0)