# NOT RUN {
data(dfr) # Results for AutoML Predictions
head(dfr$class2)
# Results for Binomial Model
gain_lift(dfr$class2$tag, dfr$class2$scores, target = "FALSE")
gain_lift(dfr$class2$tag, dfr$class2$scores, target = "TRUE", splits = 5)
# }
Run the code above in your browser using DataLab