File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Changelog
99---------
1010
1111 - Added :class: `ensemble.BaggingClassifier ` and
12- :class: `ensemble.BaggingRegressor ` meta-estimators for ensembling
13- any kind of base estimator. See the :ref: `Bagging <bagging >` section of
14- the user guide for details and examples. By Gilles Louppe`_.
12+ :class: `ensemble.BaggingRegressor ` meta-estimators for ensembling
13+ any kind of base estimator. See the :ref: `Bagging <bagging >` section of
14+ the user guide for details and examples. By Gilles Louppe`_.
1515
1616 - Added predict method to :class: `cluster.AffinityPropagation ` and
1717 :class: `cluster.MeanShift `, by `Mathieu Blondel `_.
@@ -36,6 +36,9 @@ Changelog
3636 significantly speedup computation by `Denis Engemann `_, and
3737 `Alexandre Gramfort `_.
3838
39+ - Memory improvements of extra trees and random forest by
40+ `Arnaud Joly `_.
41+
3942
4043API changes summary
4144-------------------
You can’t perform that action at this time.
0 commit comments