Spaces:
Runtime error
Runtime error
Update definitions.py
Browse files- 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()
|
|
|
|