# NOT RUN {
model <- prudent(toyml, "RANDOM")
pred <- predict(model, toyml)
# }
# NOT RUN {
# Use different phi correlation with C5.0 classifier
model <- prudent(toyml, 'C5.0', 0.3)
# Set a specific parameter
model <- prudent(toyml, 'KNN', k=5)
# }
Run the code above in your browser using DataLab