8000 What's new: DummyClassifier now supports constant output · r2k0/scikit-learn@a150413 · GitHub
[go: up one dir, main page]

Skip to content

Commit a150413

Browse files
committed
What's new: DummyClassifier now supports constant output
1 parent bf033bf commit a150413

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
@@ -62,6 +62,9 @@ Changelog
6262

6363
- Fixed bug in :class:`gradient_boosting.GradientBoostingRegressor` with
6464
``loss='huber'``: ``gamma`` might have not been initialized.
65+
66+
- :class:`dummy.DummyClassifier` can now be used to predict a constant
67+
output value. By Manoj Kumar.
6568

6669

6770
API changes summary

0 commit comments

Comments
 (0)
0