An integer for the number of predictors that will
be randomly sampled at each split when creating the tree models.
trees
An integer for the number of trees contained in
the ensemble.
min_n
An integer for the minimum number of data points
in a node that are required for the node to be split further.
engine_args
A named list of arguments to be used by the
underlying models (e.g., ranger::ranger,
randomForest::randomForest, etc.). These are not evaluated
until the model is fit and will be substituted into the model
fit expression.
fresh
A logical for whether the arguments should be
modifed in-place of or replaced wholesale.
...
Used for method consistency. Any arguments passed to
the ellipses will result in an error. Use engine_args instead.