add workflow saves

This commit is contained in:
Kyle Belanger 2023-03-25 08:36:00 -04:00
parent 22bc31da44
commit 66faa69393
2 changed files with 6 additions and 1 deletions

View file

@ -172,3 +172,6 @@ screen_workflows <- all_workflows %>%
verbose = TRUE
)
saveRDS(
screen_workflows, here::here("ML", "outputs", "workflowscreen_class.rds")
,compress = TRUE)

View file

@ -174,7 +174,9 @@ screen_workflows <- all_workflows %>%
saveRDS(
screen_workflows, here::here("ML", "outputs", "workflowscreen.rds")
,compress = TRUE)
# grid search -------------------------------------------------------------