vetiver
Version, deploy and monitor machine learning models built in R
Posit's MLOps package went quiet for two years, then came back to keep up with recipes.
◆Recent moves
- 8mo ago
Support all versions of xgboost
A single line broadening xgboost version support. Compatibility upkeep with no change to what vetiver does.
View source ↗ - 9mo ago
First release in two years catches up with recipes and probably
The first release in nearly two years: an additional_pkgs argument for generated plumber files, adoption of recipes' new input data prototype, and support for probably. All three are the package catching up to changes elsewhere in tidymodels rather than adding capability of its own.
View source ↗ - 2y ago
Fix plumber file generation bug
One bug fix in plumber file generation, and the last release before a two-year silence.
View source ↗ - 2y ago
Fix plumber generation for board_url() pins
Fixes how plumber files are generated for board_url() pins. A narrow fix to one storage backend.
View source ↗ - 2y ago
- 3y ago
Models expose their input prototype over HTTP
Adds a /prototype GET endpoint exposing a model's expected input shape over the API, alongside a fix to where vetiver_write_docker() places the renv lockfile. Publishing the input contract is what lets a caller validate before sending data rather than after a failed prediction.
View source ↗