rstudio / bundle

Prepare objects for serialization with a consistent interface
https://rstudio.github.io/bundle/
Other
27 stars 4 forks source link

support stacks #21

Closed simonpcouch closed 2 years ago

simonpcouch commented 2 years ago

Closes #20.

Bundling x$coefs as well currently just appends the bundle class and isn't technically necessary, but allows for a stacks extension of allowing users to blend predictions with a meta-learner other than glmnet that may actually need bundling. Same story for classing this bundler as model_stack rather than linear_stack. :)

Related to tidymodels/stacks#145!