8000 Update what's new for recent changes · CoderPat/scikit-learn@2cc156f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cc156f

Browse files
committed
Update what's new for recent changes
1 parent 6c6d6a2 commit 2cc156f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/whats_new.rst

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

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

147144
- Validation that input data contains no NaN or inf can now be suppressed
@@ -334,6 +331,9 @@ Model evaluation and meta-estimators
334331
- More clustering metrics are now available through :func:`metrics.get_scorer`
335332
and ``scoring`` parameters. :issue:`8117` by `Raghav RV`_.
336333

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

339339
- :func:`metrics.matthews_corrcoef` now support multiclass classification.
@@ -606,6 +606,9 @@ Model evaluation and meta-estimators
606606
raised on trying to stack matrices with different dimensions.
607607
:issue:`8093` by :user:`Peter Bull <pjbull>`.
608608

609+
- Cross validation now works with Pandas datatypes that that have a
610+
read-only index. :issue:`9507` by `Loic Esteve`_.
611+
609612
Metrics
610613

611614
- :func:`metrics.average_precision_score` no longer linearly

0 commit comments

Comments
 (0)
0