8000 DOC update what's new · scikit-learn/scikit-learn@ce0484f · GitHub
[go: up one dir, main page]

Skip to content

Commit ce0484f

Browse files
committed
DOC update what's new
1 parent bd1686b commit ce0484f

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
@@ -14,9 +14,13 @@ New features
1414

1515

1616
- Incremental fit for :class:`GaussianNB <naive_bayes.GaussianNB>`.
17+
1718
- Add ``sample_weight`` support to :class:`dummy.DummyClassifier`. By
1819
`Arnaud Joly`_.
1920

21+
- Add the :func:`metrics.label_ranking_average_precision_score` metrics. By
22+
`Arnaud Joly`_.
23+
2024

2125
Enhancements
2226
............
@@ -31,7 +35,7 @@ Bug fixes
3135

3236
API changes summary
3337
-------------------
34-
38+
3539
- :class:`GridSearchCV <grid_search.GridSearchCV>` and
3640
:func:`cross_val_score <cross_validation.cross_val_score>` and other
3741
meta-estimators don't convert pandas DataFrames into arrays any more,

0 commit comments

Comments
 (0)
0