# NOT RUN {
# A data set with binary response and multiple descriptor sets
data(aid364)
cml <- ModelTrain(aid364, ids = TRUE, xcol.lengths = c(24, 147),
des.names = c("BurdenNumbers", "Pharmacophores"))
plot(cml)
# }
# NOT RUN {
# A continuous response
cml <- ModelTrain(USArrests, nsplits = 2, nfolds = 2,
models = c("KNN", "Lasso", "Tree"))
plot(cml)
# }
Run the code above in your browser using DataLab