File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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+
141144Miscellaneous
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-
336336Metrics
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 `_.
You can’t perform that action at this time.
0 commit comments