hanaml.trainControl.Rd
Generate list of parameters for controlling the training process
hanaml.trainControl(
resampling.method = "cv",
param.search.strategy = "grid",
...
)
character, optional
Specifies the resampling values.
c("grid", "random"), optional
Specifies the method to activate parameter selection.
If not specified, model parameter selection shall not be triggered.
Reserved parameter.