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