Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/modules/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ based on permutation of the features.
Annals of Statistics, 29, 1189-1232.
.. [Friedman2002] Friedman, J.H. (2002). `Stochastic gradient boosting.
<https://statweb.stanford.edu/~jhf/ftp/stobst.pdf>`_.
<https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=48caac2f65bce47f6d27400ae4f60d8395cec2f3>`_.
Computational Statistics & Data Analysis, 38, 367-378.
.. [R2007] G. Ridgeway (2006). `Generalized Boosted Models: A guide to the gbm
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/neighbors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Alternatively, the user can work with the :class:`BallTree` class directly.
.. dropdown:: References

* `"Five Balltree Construction Algorithms"
<https://citeseerx.ist.psu.edu/doc_view/pid/17ac002939f8e950ffb32ec4dc8e86bdd8cb5ff1>`_,
<https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=17ac002939f8e950ffb32ec4dc8e86bdd8cb5ff1>`_,
Omohundro, S.M., International Computer Science Institute
Technical Report (1989)

Expand Down