Skip to content

Commit 0b7c79b

Browse files
committed
Merge pull request scikit-learn#2745 from arjoly/mse-criterion
[MRG] Optimize mean square criterion
2 parents 1c6c36b + 98f29cc commit 0b7c79b

File tree

3 files changed

+1984
-1938
lines changed

3 files changed

+1984
-1938
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Changelog
112112
style copy will be made since fortran-style memory layout has speed
113113
advantages. By `Peter Prettenhofer`_ and `Gilles Louppe`_.
114114

115+
- Speed improvement of regression trees by optimizing the
116+
the computation of the mean square error criterion. This lead
117+
to speed improvement of the tree, forest and gradient boosting tree
118+
modules. By `Arnaud Joly`_
119+
115120
- Various enhancements to the :mod:`sklearn.ensemble.gradient_boosting`
116121
module: a ``warm_start`` argument to fit additional trees,
117122
a ``max_leaf_nodes`` argument to fit GBM style trees,

0 commit comments

Comments
 (0)