Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam2392 committed Jul 1, 2020
1 parent e81fb4d commit ccf8ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlxtend/evaluate/tests/test_bootstrap_point632.py
Expand Up @@ -132,7 +132,7 @@ def test_scoring():


def test_scoring_proba():
from sklearn.metrics import f1_score, roc_auc_score
from sklearn.metrics import roc_auc_score
lr = LogisticRegression(solver='liblinear', multi_class='ovr')

# test predict_proba
Expand Down

0 comments on commit ccf8ec2

Please sign in to comment.