# dontrun reason: requires python's scikit-learn, checkSklearn() will error without it
if (FALSE) {
model <- setAdaBoost(nEstimators = list(10),
learningRate = list(0.1),
seed = 42)
}
Run the code above in your browser using DataLab