8000
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.
1 parent 15eb966 commit 50a78cfCopy full SHA for 50a78cf
doc/whats_new/v0.24.rst
@@ -195,6 +195,12 @@ Changelog
195
usage in `fit`. :pr:`18334` by `Olivier Grisel`_ `Nicolas Hug`_, `Thomas
196
Fan`_ and `Andreas Müller`_.
197
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
+
204
- |API|: The parameter ``n_classes_`` is now deprecated in
205
:class:`ensemble.GradientBoostingRegressor` and returns `1`.
206
:pr:`17702` by :user:`Simona Maggio <simonamaggio>`.
0 commit comments