Serialize Model Objects with a Consistent Interface
Bundle a bart object
Bundle a caret train object
Bundle a step_umap object
Bundle an h2o object
Bundle a keras object
Bundle a parsnip model_fit object
Bundle a recipe object
Bundle a tidymodels model_stack object
Bundle a luz_module_fitted object
Bundle a tidymodels workflow object
Bundle an xgb.Booster object
bundle: Serialize Model Objects with a Consistent Interface
Bundling
Internal Functions
Typically, models in 'R' exist in memory and can be saved via regular 'R' serialization. However, some models store information in locations that cannot be saved using 'R' serialization alone. The goal of 'bundle' is to provide a common interface to capture this information, situate it within a portable object, and restore it for use in new settings.
Useful links