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 06a1eaf commit 87343d7Copy full SHA for 87343d7
doc/whats_new.rst
@@ -62,13 +62,17 @@ Changelog
62
63
- Fixed bug in :class:`gradient_boosting.GradientBoostingRegressor` with
64
``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.
68
69
- Fixed bug in :class:`decomposition.MiniBatchDictionaryLearning` :
70
partial_fit was not working properly.
71
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
76
API changes summary
77
-------------------
78
0 commit comments