Skip to content

Commit 9d1a850

Browse files
committed
pep8 remove unused variable
1 parent 0dbbf19 commit 9d1a850

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

sklearn/metrics/tests/test_metrics.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
from sklearn.externals.six.moves import xrange
6363

64-
# Note toward developer about metric testing
64+
# Note toward developers about metric testing
6565
# -------------------------------------------
6666
# It is often possible to write one general test for several metrics:
6767
#
@@ -328,13 +328,6 @@
328328
"matthews_corrcoef_score",
329329
]
330330

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-
338331
###############################################################################
339332
# Utilities for testing
340333

0 commit comments

Comments
 (0)