powered by
Defines control parameters for a tuning grid.
Grid(length = 3, random = FALSE)
number of values to be generated for each model parameter in the tuning grid.
number of unique grid points to sample at random, Inf for all random points, or FALSE for all fixed points.
Inf
FALSE
Grid class object.
Grid
TunedModel
# NOT RUN { TunedModel(GBMModel, grid = Grid(10, random = 5)) # }
Run the code above in your browser using DataLab