Nothing
Code
add_formula(1, mpg ~ cyl)
Condition
Error in `add_formula()`:
! `x` must be a workflow, not a numeric.
Code
add_recipe(1, rec)
Condition
Error in `add_recipe()`:
! `x` must be a workflow, not a numeric.
Code
add_model(1, mod)
Condition
Error in `add_model()`:
! `x` must be a workflow, not a numeric.
Code
workflow(spec = 1)
Condition
Error in `add_model()`:
! `spec` must be a `model_spec`.
Code
workflow(preprocessor = 1)
Condition
Error in `workflow()`:
! `preprocessor` must be a formula, recipe, or a set of workflow variables.
Code
new_workflow(pre = 1)
Condition
Error in `new_workflow()`:
! `pre` must be a `stage`.
Code
new_workflow(fit = 1)
Condition
Error in `new_workflow()`:
! `fit` must be a `stage`.
Code
new_workflow(post = 1)
Condition
Error in `new_workflow()`:
! `post` must be a `stage`.
Code
new_workflow(trained = 1)
Condition
Error in `new_workflow()`:
! `trained` must be a single logical value.
`x` must be a workflow, not a numeric.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.