Tidymodels stacks - save models after running to reload for use in stacks

I have a technical question. How to I save models from individual experiments to be able to load back into R to use with stacks in a fresh session?

I know I need the predictions from the grid search, I can recreate the resampling with the same seed?

Rds? Something more complicated?

I don't see the documentation, but I might be missing it.

Thanks!!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.