We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6c36b + 98f29cc commit 0b7c79bCopy full SHA for 0b7c79b
doc/whats_new.rst
@@ -112,6 +112,11 @@ Changelog
112
style copy will be made since fortran-style memory layout has speed
113
advantages. By `Peter Prettenhofer`_ and `Gilles Louppe`_.
114
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
+
120
- Various enhancements to the :mod:`sklearn.ensemble.gradient_boosting`
121
module: a ``warm_start`` argument to fit additional trees,
122
a ``max_leaf_nodes`` argument to fit GBM style trees,
0 commit comments