Hi everyone! I'm re-opening this topic since I didn't receive an answer and I'd like to know if there is already a built-in solution before I have to write a loop or map call to do it instead.
The original post is here.
Hi everyone! I'm re-opening this topic since I didn't receive an answer and I'd like to know if there is already a built-in solution before I have to write a loop or map call to do it instead.
The original post is here.
would a simpler solution be to create the workflow set with the built-in tidymodels code and then manually add 0 to the grid after it's been created?
all_workflows <-
all_workflows %>%
# Specifying arguments here adds to any previously set with `option_add()`
workflow_map(resamples = train_resamples, grid = 20, verbose = TRUE) %>%
some code to change glmnet grid only