An non-negative number representing the
total amount of regularization.
mixture
A number between zero and one (inclusive) that
represents the proportion of regularization that is used for the
L2 penalty (i.e. weight decay, or ridge regression) versus L1
(the lasso).
engine_args
A named list of arguments to be used by the
underlying models (e.g., stats::glm,
rstanarm::stan_glm, 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 S3 method consistency. Any arguments passed to
the ellipses will result in an error. Use engine_args instead.