Uncertainty bands for plot_roc #74
Labels
good first issue
Good for newcomers
improvement
Something which would improve current status, but not add anything new
low priority
Not urgent and won't degrade with time
Current status
plot_roc
provides a variety of options for computing and plotting ROC curves, including bootstrap resampling to compute the uncertainty on the ROC AUCs.Deficiency
Whilst the mean ROC AUCs are displayed, along with their uncertainty, the curves that are plotted are just single lines with no uncertainty. Ideally the uncertainty band coming from bootstrap resamples of the data should be used to compute the uncertainty bands.
Probable solution
_bs_roc_auc
is extended to compute and return multiple ROC curves.plt.plot
is replaced withsns.lineplot
and set to show the standard deviation as a band as computed using the ROC curves returned by_bs_roc_auc
.The text was updated successfully, but these errors were encountered: