Curves for the analysis of tradeoffs between metrics for assessing
performance in classifying binary outcomes over the range of possible
cutoff probabilities. Available curves include receiver operating
characteristic (ROC) and precision recall.
Usage
performance_curve(x, ...)
# S3 method for default
performance_curve(
x,
y,
metrics = c(MachineShop::tpr, MachineShop::fpr),
na.rm = TRUE,
...
)