This function plots ROC Curves with AUC values with 95% confidence range
mplot_roc(tag, score, model_name = NA, subtitle = NA, interval = 0.2,
plotly = FALSE, save = FALSE, subdir = NA,
file_name = "viz_roc.png")
Vector. Real known label
Vector. Predicted value or model's result
Character. Model's name
Character. Subtitle to show in plot
Numeric. Interval for breaks in plot
Boolean. Use plotly for plot's output for an interactive plot
Boolean. Save output plot into working directory
Character. Sub directory on which you wish to save the plot
Character. File name as you wish to save the plot