Skip to content

Commit

Permalink
Merge branch 'main' into 1.3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Apr 16, 2024
2 parents cb69e43 + 82f5d16 commit 798a14e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,8 @@ class RandomForestQuantileRegressor(BaseForestQuantileRegressor):
.. [2] \L. Breiman, "Random Forests", Machine Learning, 45(1), 5-32, 2001.
.. [3] P. Geurts, D. Ernst., and L. Wehenkel, "Extremely randomized
trees", Machine Learning, 63(1), 3-42, 2006.
.. [3] P. Geurts, D. Ernst., and L. Wehenkel, "Extremely Randomized
Trees", Machine Learning, 63(1), 3-42, 2006.
Examples
--------
Expand Down Expand Up @@ -1444,7 +1444,7 @@ class ExtraTreesQuantileRegressor(BaseForestQuantileRegressor):
Learning Research, 7(Jun), 983-999, 2006.
http://www.jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf
.. [2] P. Geurts, D. Ernst., and L. Wehenkel, "Extremely randomized trees",
.. [2] P. Geurts, D. Ernst., and L. Wehenkel, "Extremely Randomized Trees",
Machine Learning, 63(1), 3-42, 2006.
Examples
Expand Down

0 comments on commit 798a14e

Please sign in to comment.