powered by
Expand a model over all combinations of a grid of tuning parameters.
expand.model(x, ...)
MLModel function, function name, or object.
MLModel
vectors, factors, or a list containing the parameter values.
A list of MLModel objects created from the parameter combinations.
modelinfo, tune
modelinfo
tune
# NOT RUN { expand.model(GBMModel, n.trees = c(25, 50, 100), interaction.depth = 1:3, n.minobsinnode = c(5, 10)) # }
Run the code above in your browser using DataLab