blkbox (version 1.0)

blkboxROC: ROC plots for blkbox

Description

will plot ROC curves for output from Performance function if "AUROC" was specified.

Usage

blkboxROC(results, title = "ROC")

Arguments

results
The output of blkbox Performance that had "AUROC" as one of the specified metrics.
title
The title of the plot. Default is "ROC".

Examples

Run this code

# model_1 can be any blkbox or blkboxCV model
perf = Performance(model_1)
# Standard ROC curve
blkboxROC(perf)

Run the code above in your browser using DataCamp Workspace