diff --git a/README.md b/README.md index f66d81c6..9a254c41 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ The goal of vetiver is to provide fluent tooling to version, share, deploy, and You can use vetiver with: - [scikit-learn](https://scikit-learn.org/) -- [PyTorch](https://pytorch.org/) +- [torch](https://pytorch.org/) +- [statsmodels](https://www.statsmodels.org/stable/index.html) +- [xgboost](https://xgboost.readthedocs.io/en/stable/) +- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/advancedusage/custom_handler.html) to support your own models! ## Installation diff --git a/docs/source/index.rst b/docs/source/index.rst index 3f9c0284..6cce052f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,6 +55,8 @@ Deploy ~predict ~write_app ~write_docker + ~load_pkgs + ~prepare_docker ~deploy_rsconnect Monitor