Generate list of parameters for controlling the training process

hanaml.trainControl(
  resampling.method = "cv",
  param.search.strategy = "grid",
  ...
)

Arguments

resampling.method

character, optional
Specifies the resampling values.

param.search.strategy

c("grid", "random"), optional
Specifies the method to activate parameter selection. If not specified, model parameter selection shall not be triggered.

...

Reserved parameter.

See also