Package: bundle 0.1.3.9000
bundle: Serialize Model Objects with a Consistent Interface
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.
Authors:
bundle_0.1.3.9000.tar.gz
bundle_0.1.3.9000.zip(r-4.7)bundle_0.1.3.9000.zip(r-4.6)bundle_0.1.3.9000.zip(r-4.5)
bundle_0.1.3.9000.tgz(r-4.6-any)bundle_0.1.3.9000.tgz(r-4.5-any)
bundle_0.1.3.9000.tar.gz(r-4.7-any)bundle_0.1.3.9000.tar.gz(r-4.6-any)
bundle_0.1.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
bundle/json (API)
| # Install 'bundle' in R: |
| install.packages('bundle', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/bundle/issues
Pkgdown/docs site:https://rstudio.github.io
Last updated from:4cdf27a8eb. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 255 | ||
| source / vignettes | OK | 272 | ||
| linux-release-x86_64 | OK | 255 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 167 | ||
| windows-devel | OK | 197 | ||
| windows-release | OK | 187 | ||
| windows-oldrel | OK | 180 | ||
| wasm-release | OK | 172 |
Exports:bundlebundle_constrsituate_constrswap_elementunbundle
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bundling | bundle unbundle |
| Bundle a 'bart' object | bundle.bart |
| Bundle an 'h2o' object | bundle.H2OAutoML bundle.H2OBinomialModel bundle.H2OMultinomialModel bundle.H2ORegressionModel |
| Bundle a 'keras' object | bundle.keras.engine.training.Model |
| Bundle a 'luz_module_fitted' object | bundle.luz_module_fitted |
| Bundle a parsnip 'model_fit' object | bundle.model_fit bundle_model_fit |
| Bundle a tidymodels 'model_stack' object | bundle.model_stack bundle_model_stack |
| Bundle a 'recipe' object | bundle.recipe bundle_recipe |
| Bundle a 'step_umap' object | bundle.step_umap bundle_step_umap |
| Bundle a caret 'train' object | bundle.train bundle_train |
| Bundle a tidymodels 'workflow' object | bundle.workflow bundle_workflow |
| Bundle an 'xgb.Booster' object | bundle.xgb.Booster |
