knitr::opts_chunk$set(echo = TRUE) library(targets)
tar_load(raw_data) skimr::skim(raw_data)
tar_load(model_recipe) model_recipe |> recipes::prep() |> recipes::juice()
tar_load(fitted_models) fitted_models |> workflowsets::extract_fit_parsnip("recipe_drf") |> vip::vip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.