8000 whatsnew · NicolasHug/scikit-learn@50a78cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 50a78cf

Browse files
committed
whatsnew
1 parent 15eb966 commit 50a78cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/whats_new/v0.24.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ Changelog
195195
usage in `fit`. :pr:`18334` by `Olivier Grisel`_ `Nicolas Hug`_, `Thomas
196196
Fan`_ and `Andreas Müller`_.
197197

198+
- |Efficiency| Histogram initialization is now done in parallel in
199+
:class:`ensemble.HistGradientBoostingRegressor` and
200+
:class:`ensemble.HistGradientBoostingClassifier` which results in speed
201+
improvement for problems that build a lot of nodes.
202+
:pr:`18341` by `Olivier Grisel`_, `Nicolas Hug`_, `Thomas Fan`_.
203+
198204
- |API|: The parameter ``n_classes_`` is now deprecated in
199205
:class:`ensemble.GradientBoostingRegressor` and returns `1`.
200206
:pr:`17702` by :user:`Simona Maggio <simonamaggio>`.

0 commit comments

Comments
 (0)
0