Control the fit function
Options can be passed to the fit()
function that control the output and
computations
control_parsnip(verbosity = 1L, catch = FALSE) fit_control(verbosity = 1L, catch = FALSE)
verbosity |
An integer where a value of zero indicates
that no messages or output should be shown when packages are
loaded or when the model is fit. A value of 1 means that package
loading is quiet but model fits can produce output to the screen
(depending on if they contain their own |
catch |
A logical where a value of |
fit_control()
is deprecated in favor of control_parsnip()
.
An S3 object with class "fit_control" that is a named list with the results of the function call
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.