Tidy a workflow
This is a generics::tidy() method for a workflow that calls tidy() on
either the underlying parsnip model or the recipe, depending on the value
of what.
x must be a fitted workflow, resulting in fitted parsnip model or prepped
recipe that you want to tidy.
## S3 method for class 'workflow' tidy(x, what = "model", ...)
x |
A workflow |
what |
A single string. Either |
... |
Arguments passed on to methods |
To tidy the unprepped recipe, use pull_workflow_preprocessor() and tidy()
that directly.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.