add workflow saves
This commit is contained in:
parent
22bc31da44
commit
66faa69393
2 changed files with 6 additions and 1 deletions
|
@ -172,3 +172,6 @@ screen_workflows <- all_workflows %>%
|
|||
verbose = TRUE
|
||||
)
|
||||
|
||||
saveRDS(
|
||||
screen_workflows, here::here("ML", "outputs", "workflowscreen_class.rds")
|
||||
,compress = TRUE)
|
||||
|
|
|
@ -174,7 +174,9 @@ screen_workflows <- all_workflows %>%
|
|||
|
||||
|
||||
|
||||
|
||||
saveRDS(
|
||||
screen_workflows, here::here("ML", "outputs", "workflowscreen.rds")
|
||||
,compress = TRUE)
|
||||
|
||||
# grid search -------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue