Construct an ROC curve from predicted probabilities and true labels
Julia Equivalent:
IAI.ROCCurve
## Default S3 method: roc_curve(obj, y, positive_label = stop("`positive_label` is required"), ...)
obj |
The predicted probabilities for each point in the data. |
y |
The true labels of the data. |
positive_label |
The label for which probability is being predicted. |
... |
Additional arguments (unused) |
Requires IAI version 2.0 or higher.
## Not run: iai::roc_curve(probs, y, positive_label=positive_label)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.