File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,6 @@ Model selection and evaluation
139
139
:class: `model_selection.RepeatedStratifiedKFold `.
140
140
:issue: `8120 ` by `Neeraj Gangwar `_.
141
141
142
- - Added a scorer based on :class: `metrics.explained_variance_score `.
143
- :issue: `9259 ` by `Hanmin Qin <https://github.com/qinhanmin2014 >`_.
144
-
145
142
Miscellaneous
146
143
147
144
- Validation that input data contains no NaN or inf can now be suppressed
@@ -334,6 +331,9 @@ Model evaluation and meta-estimators
334
331
- More clustering metrics are now available through :func: `metrics.get_scorer `
335
332
and ``scoring `` parameters. :issue: `8117 ` by `Raghav RV `_.
336
333
334
+ - A scorer based on :func: `metrics.explained_variance_score ` is also available.
335
+ :issue: `9259 ` by `Hanmin Qin <https://github.com/qinhanmin2014 >`_.
336
+
337
337
Metrics
338
338
339
339
- :func: `metrics.matthews_corrcoef ` now support multiclass classification.
@@ -606,6 +606,9 @@ Model evaluation and meta-estimators
606
606
raised on trying to stack matrices with different dimensions.
607
607
:issue: `8093 ` by :user: `Peter Bull <pjbull> `.
608
608
609
+ - Cross validation now works with Pandas datatypes that that have a
610
+ read-only index. :issue: `9507 ` by `Loic Esteve `_.
611
+
609
612
Metrics
610
613
611
614
- :func: `metrics.average_precision_score ` no longer linearly
You can’t perform that action at this time.
0 commit comments