From 8c1d6f7af524256a0015f4a0021ba426232636d5 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 10 Jan 2023 14:15:53 -0600 Subject: [PATCH] snapshot... --- modules/util/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/plot.py b/modules/util/plot.py index d67c49f0..ea8f67b3 100644 --- a/modules/util/plot.py +++ b/modules/util/plot.py @@ -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') -- GitLab