bundle
Prepare objects for serialization with a consistent interface
Four releases in three years, each one teaching the serializer about a model type it couldn't carry
◆Recent moves
- 8mo ago
xgboost bundling updated for newer model versions
Updates the xgboost bundle method for newer model versions. Narrow, but xgboost is the engine most likely to be sitting inside a saved tidymodels workflow, so a stale bundle method here breaks reload for a large share of users.
View source ↗ - 1y ago
dbarts BART models become bundleable
Adds a bundle method for dbarts::bart() objects, which by extension covers parsnip::bart(engine = "dbarts") — Bayesian additive regression trees become portable across sessions. It also takes extra steps to preserve nfeatures and feature_names when bundling xgboost, so a reloaded model still knows what its columns were.
View source ↗ - 2y ago
Recipes steps inside workflows now bundle correctly
Fixes bundling of recipes steps nested inside workflows. This is the case that actually occurs in tidymodels usage — the object needing external-pointer handling is rarely passed on its own, it is buried in a fitted pipeline.
View source ↗ - 3y ago
First CRAN release
The initial CRAN release. The entry records only the fact of publication, so the package's starting coverage has to be inferred from the gaps the later releases fill.
View source ↗