8000 Update what's new · scikit-learn/scikit-learn@87343d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87343d7

Browse files
committed
Update what's new
1 parent 06a1eaf commit 87343d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,17 @@ Changelog
6262

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

6969
- Fixed bug in :class:`decomposition.MiniBatchDictionaryLearning` :
7070
partial_fit was not working properly.
7171

72+
- Multi-label classification output in multilabel indicator format
73+
is now supported by :func:`metrics.roc_auc_score` and
74+
:func:`metrics.average_precision_score` by `Arnaud Joly`_.
75+
7276
API changes summary
7377
-------------------
7478

0 commit comments

Comments
 (0)
0