Nothing
Engines may have pre-set default arguments when executing the model fit call. For this type of model, the template of the fit calls are below:
#| label: parsnip-reg null_model() |> set_engine("parsnip") |> set_mode("regression") |> translate()
#| label: parsnip-cls null_model() |> set_engine("parsnip") |> set_mode("classification") |> translate()
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.