8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1686b commit ce0484fCopy full SHA for ce0484f
doc/whats_new.rst
@@ -14,9 +14,13 @@ New features
14
15
16
- Incremental fit for :class:`GaussianNB <naive_bayes.GaussianNB>`.
17
+
18
- Add ``sample_weight`` support to :class:`dummy.DummyClassifier`. By
19
`Arnaud Joly`_.
20
21
+ - Add the :func:`metrics.label_ranking_average_precision_score` metrics. By
22
+ `Arnaud Joly`_.
23
24
25
Enhancements
26
............
@@ -31,7 +35,7 @@ Bug fixes
31
35
32
36
API changes summary
33
37
-------------------
34
-
38
39
- :class:`GridSearchCV <grid_search.GridSearchCV>` and
40
:func:`cross_val_score <cross_validation.cross_val_score>` and other
41
meta-estimators don't convert pandas DataFrames into arrays any more,
0 commit comments