blkboxROC: ROC plots for blkbox

Description Usage Arguments Author(s) Examples

View source: R/blkboxROC.R

Description

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

Usage

1
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".

Author(s)

Zachary Davies, Boris Guennewig

Examples

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

gboris/blkbox documentation built on Dec. 27, 2021, noon