View source: R/control_parsnip.R
control_parsnip | R Documentation |
Pass options to the fit.model_spec()
function to control its
output and computations
control_parsnip(verbosity = 1L, catch = FALSE)
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 |
An S3 object with class "control_parsnip" that is a named list with the results of the function call
control_parsnip(verbosity = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.