Description Usage Arguments Author(s) Examples
will plot ROC curves for output from Performance function if "AUROC" was specified.
| 1 | 
| results | The output of blkbox Performance that had "AUROC" as one of the specified metrics. | 
| title | The title of the plot. Default is "ROC". | 
Zachary Davies, Boris Guennewig
| 1 2 3 4 | # model_1 can be any blkbox or blkboxCV model
perf = Performance(model_1)
# Standard ROC curve
blkboxROC(perf)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.