10000 add huber loss bug fix to whats new · r2k0/scikit-learn@623dfef · GitHub
[go: up one dir, main page]

Skip to content

Commit 623dfef

Browse files
committed
add huber loss bug fix to whats new
1 parent c5ce49b commit 623dfef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats_new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Changelog
6060
- Added :class:`linear_model.RANSACRegressor` meta-estimator for the robust
6161
fitting of regression models. By Johannes Schönberger.
6262

63+
- Fixed bug in :class:`gradient_boosting.GradientBoostingRegressor` with
64+
``loss='huber'``: ``gamma`` might have not been initialized.
65+
6366

6467
API changes summary
6568
-------------------

0 commit comments

Comments
 (0)
0