powered by
Construct an ROC curve using a trained model on the given data
roc_curve(lnr, X, y)
The learner or grid to use for prediction.
The features of the data.
The labels of the data.
Julia Equivalent: IAI.ROCCurve
IAI.ROCCurve
# NOT RUN { iai::roc_curve(lnr, X, y) # } # NOT RUN { # }
Run the code above in your browser using DataLab