vetiver 0.2.0
Breaking changes
- The arguments for dealing with a model's input data prototype have changed from using
ptypeto usingprototype(#166):- In
vetiver_model(), now usesave_prototype. - In
vetiver_api(), now usecheck_prototype.
- In
Other improvements
-
Added support for k-Prototypes clustering from clustMixType (#163, thanks to @galen-ft).
-
Now vendor renv directly in package (#157).
-
Fixed how
vetiver_ptype()finds predictors for models (lm()andglm()) with interactions (#160). -
New argument added to
vetiver_write_docker()to pass in additional packages to be installed, such asrequired_pkgs(board)(#159). -
New function
vetiver_prepare_docker()creates all necessary files to deploy a basic vetiver model via Docker (#165). -
Fixed a bug in handling all-
NAcolumns when predicting on avetiver_endpoint()(#169).