# NOT RUN {
model <- mbr(toyml, "RANDOM")
pred <- predict(model, toyml)
# }
# NOT RUN {
# Use 10 folds and different phi correlation with C5.0 classifier
model <- mbr(toyml, 'C5.0', 10, 0.2)
# Run with 2 cores
model <- mbr(toyml, "SVM", cores = 2, seed = 123)
# Set a specific parameter
model <- mbr(toyml, 'KNN', k=5)
# }
Run the code above in your browser using DataLab