chrisli commited on
Commit
65bf215
1 Parent(s): 98c3600

Update definitions.py

Browse files
Files changed (1) hide show
  1. definitions.py +1 -3
definitions.py CHANGED
@@ -20,6 +20,4 @@ def plot_roc(fpr, tpr, label=None):
20
  plt.ylabel('True Positive Rate')
21
  plt.xlabel('False Positive Rate')
22
  plt.show()
23
- st.pyplot()
24
- © 2022 GitHub, Inc.
25
- Terms
 
20
  plt.ylabel('True Positive Rate')
21
  plt.xlabel('False Positive Rate')
22
  plt.show()
23
+ st.pyplot()