knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
library(targets) library(tidymodels)
tar_make() tar_load(my_tuned_workflows) tar_load(baked_model_data)
head(baked_model_data) autoplot(my_tuned_workflows) + theme_light(base_family = "IBMPlexSans")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.