# NOT RUN {
model <- ebr(toyml, "RANDOM")
pred <- predict(model, toyml)
# }
# NOT RUN {
# Use C5.0 with 90% of instances and only 5 rounds
model <- ebr(toyml, 'C5.0', m = 5, subsample = 0.9)
# Use 75% of attributes
model <- ebr(toyml, attr.space = 0.75)
# Running in 2 cores and define a specific seed
model1 <- ebr(toyml, cores=2, seed = 312)
# }
Run the code above in your browser using DataLab