Skip to content

Commit

Permalink
fix: roc_auc plot diagonal
Browse files Browse the repository at this point in the history
  • Loading branch information
bokajgd committed Mar 19, 2024
1 parent 909ef4d commit efe262c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ def plot_auc_roc(
+ pn.labs(title=title, x="1 - Specificity", y="Sensitivity")
+ pn.xlim(0, 1)
+ pn.ylim(0, 1)
+ pn.geom_abline(intercept=0, slope=1, linetype="dotted")
+ auroc_label
)

0 comments on commit efe262c

Please sign in to comment.