Skip to content

Commit

Permalink
pep8 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arjoly committed May 4, 2014
1 parent 0dbbf19 commit 9d1a850
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions sklearn/metrics/tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

from sklearn.externals.six.moves import xrange

# Note toward developer about metric testing
# Note toward developers about metric testing
# -------------------------------------------
# It is often possible to write one general test for several metrics:
#
Expand Down Expand Up @@ -328,13 +328,6 @@
"matthews_corrcoef_score",
]

# Regression metrics that support multioutput and weighted samples
MULTIOUTPUT_METRICS_WITH_SAMPLE_WEIGHT = [
"mean_squared_error",
"mean_absolute_error",
"r2_score",
]

###############################################################################
# Utilities for testing

Expand Down

0 comments on commit 9d1a850

Please sign in to comment.