Construct an ROC curve using a trained model on the given data
Julia Equivalent:
IAI.ROCCurve
## S3 method for class 'learner' roc_curve(obj, X, y, ...)
obj |
The learner or grid to use for prediction. |
X |
The features of the data. |
y |
The labels of the data. |
... |
Additional arguments (unused) |
## Not run: iai::roc_curve(lnr, X, y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.