# NOT RUN {
## Requires prior installation of suggested package gbm to run
data(Pima.tr, package = "MASS")
res <- resample(type ~ ., data = Pima.tr, model = GBMModel)
lf <- lift(res)
plot(lf)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab