autoforestry-forestry
autoforestry(
x,
y,
sampsize = as.integer(nrow(x) * 0.75),
num_iter = 1024,
eta = 2,
verbose = FALSE,
seed = 24750371,
nthread = 0
)A `forestry` object
A data frame of all training predictors.
A vector of all training responses.
The size of total samples to draw for the training data.
Maximum iterations/epochs per configuration. Default is 1024.
Downsampling rate. Default value is 2.
if tuning process in verbose mode
random seed
Number of threads to train and predict theforest. The default number is 0 which represents using all cores.