File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,14 @@ Changelog
64
64
when fit with ``sample_weight != None `` and/or with ``bootstrap=True ``.
65
65
By `Gilles Louppe `_.
66
66
67
+ - Faster :class: `sklearn.ensemble.ExtraTrees ` by caching feature values.
68
+ By `Arnaud Joly `_.
69
+
70
+ - Faster depth-based tree building algorithm such as decision tree,
71
+ random forest, extra trees or gradient tree boosting (with depth based
72
+ growing strategy) by avoiding trying to split on found constant features
73
+ in the sample subset. By `Arnaud Joly `_.
74
+
67
75
- Added :func: `metrics.pairwise_distances_argmin_min `, by Philippe Gervais.
68
76
69
77
- Added predict method to :class: `cluster.AffinityPropagation ` and
@@ -115,7 +123,7 @@ Changelog
115
123
- :class: `dummy.DummyClassifier ` can now be used to predict a constant
116
124
output value. By `Manoj Kumar `_.
117
125
118
- - :class: `dummy.DummyRegressor ` have now a strategy parameters which allows
126
+ - :class: `dummy.DummyRegressor ` has now a strategy parameter which allows
119
127
to predict the mean, the median of the training set or a constant
120
128
output value. By `Maheshakya Wijewardena `_.
121
129
You can’t perform that action at this time.
0 commit comments