powered by
Julia Equivalent: IAI.ROCCurve
IAI.ROCCurve
# S3 method for default roc_curve(obj, y, positive_label = stop("`positive_label` is required"), ...)
The predicted probabilities for each point in the data.
The true labels of the data.
The label for which probability is being predicted.
Additional arguments (unused)
Requires IAI version 2.0 or higher.
if (FALSE) iai::roc_curve(probs, y, positive_label=positive_label)
Run the code above in your browser using DataLab