We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbbf19 commit 9d1a850Copy full SHA for 9d1a850
sklearn/metrics/tests/test_metrics.py
@@ -61,7 +61,7 @@
61
62
from sklearn.externals.six.moves import xrange
63
64
-# Note toward developer about metric testing
+# Note toward developers about metric testing
65
# -------------------------------------------
66
# It is often possible to write one general test for several metrics:
67
#
@@ -328,13 +328,6 @@
328
"matthews_corrcoef_score",
329
]
330
331
-# Regression metrics that support multioutput and weighted samples
332
-MULTIOUTPUT_METRICS_WITH_SAMPLE_WEIGHT = [
333
- "mean_squared_error",
334
- "mean_absolute_error",
335
- "r2_score",
336
-]
337
-
338
###############################################################################
339
# Utilities for testing
340
0 commit comments