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