Skip to content
Snippets Groups Projects
Commit 8c1d6f7a authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 4f06327a
Branches
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ def plot_roc_curve(correct_labels, prob_pos_class):
plt.plot(fpr, tpr)
plt.xlim([0.0, 1.0])
plt.ylim([0.0, 1.05])
plt.ylim([0.0, 1.0])
plt.xlabel('False Positive Rate')
plt.ylabel('True Positive Rate')
plt.title('Receiver operating characteristic')
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment