Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizeyan committed Jul 23, 2017
2 parents 59cbd9a + eba081b commit 2a5a611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlcomp/report/components/classification.py
Expand Up @@ -133,8 +133,7 @@ def binary_classification_segment_auc_curve(
chart['title'] = {'text': title, 'fontSize': 24}
if selected_threshold is not None:
return CanvasJS(data=chart), selected_p, selected_r
else:
return CanvasJS(data=chart)
return CanvasJS(data=chart)



Expand Down

0 comments on commit 2a5a611

Please sign in to comment.