control_parsnip {parsnip} | R Documentation |
Control the fit function
Description
Pass options to the fit.model_spec()
function to control its
output and computations
Usage
control_parsnip(verbosity = 1L, catch = FALSE)
Arguments
verbosity |
An integer to control how verbose the output is. For a
value of zero, no messages or output are shown when packages are loaded or
when the model is fit. For a value of 1, 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 |
Value
An S3 object with class "control_parsnip" that is a named list with the results of the function call
Examples
control_parsnip(verbosity = 2L)