8000 Update what's new · rmurcek/scikit-learn@9a995db · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a995db

Browse files
committed
Update what's new
1 parent b37958b commit 9a995db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/whats_new.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ Changelog
6464
when fit with ``sample_weight != None`` and/or with ``bootstrap=True``.
6565
By `Gilles Louppe`_.
6666

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+
6775
- Added :func:`metrics.pairwise_distances_argmin_min`, by Philippe Gervais.
6876

6977
- Added predict method to :class:`cluster.AffinityPropagation` and
@@ -115,7 +123,7 @@ Changelog
115123
- :class:`dummy.DummyClassifier` can now be used to predict a constant
116124
output value. By `Manoj Kumar`_.
117125

118-
- :class:`dummy.DummyRegressor` have now a strategy parameters which allows
126+
- :class:`dummy.DummyRegressor` has now a strategy parameter which allows
119127
to predict the mean, the median of the training set or a constant
120128
output value. By `Maheshakya Wijewardena`_.
121129

0 commit comments

Comments
 (0)
0