# NOT RUN {
data(satsolvers)
trainTest = trainTest(satsolvers)
# use 50-50 split instead of 60-40
trainTest1 = trainTest(satsolvers, 0.5)
# stratify
trainTestU = trainTest(satsolvers, stratify=TRUE)
# }
Run the code above in your browser using DataLab