Skip to content

Commit 53ac826

Browse files
committed
sync whatsnew with master so I'm less confused
1 parent a09f274 commit 53ac826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ Model selection and evaluation
138138
:class:`model_selection.RepeatedStratifiedKFold`.
139139
:issue:`8120` by `Neeraj Gangwar`_.
140140

141+
- Added a scorer based on :class:`metrics.explained_variance_score`.
142+
:issue:`9259` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.
143+
141144
Miscellaneous
142145

143146
- Validation that input data contains no NaN or inf can now be suppressed
@@ -330,9 +333,6 @@ Model evaluation and meta-estimators
330333
- More clustering metrics are now available through :func:`metrics.get_scorer`
331334
and ``scoring`` parameters. :issue:`8117` by `Raghav RV`_.
332335

333-
- A scorer based on :func:`metrics.explained_variance_score` is also available.
334-
:issue:`9259` by `Hanmin Qin <https://github.com/qinhanmin2014>`_.
335-
336336
Metrics
337337

338338
- :func:`metrics.matthews_corrcoef` now support multiclass classification.
@@ -4906,7 +4906,7 @@ Changelog
49064906
`Mathieu Blondel`_ and `Lars Buitinck`_
49074907

49084908
- Documentation improvements: thumbnails in
4909-
:ref:`example gallery <examples-index>` by `Fabian Pedregosa`_.
4909+
example gallery by `Fabian Pedregosa`_.
49104910

49114911
- Important bugfixes in :ref:`svm` module (segfaults, bad
49124912
performance) by `Fabian Pedregosa`_.

0 commit comments

Comments
 (0)