Skip to content

Commit f54906e

Browse files
committed
refresh README and docs
1 parent 6fdbd00 commit f54906e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The goal of vetiver is to provide fluent tooling to version, share, deploy, and
1717
You can use vetiver with:
1818

1919
- [scikit-learn](https://scikit-learn.org/)
20-
- [PyTorch](https://pytorch.org/)
20+
- [torch](https://pytorch.org/)
21+
- [statsmodels](https://www.statsmodels.org/stable/index.html)
22+
- [xgboost](https://xgboost.readthedocs.io/en/stable/)
23+
- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/advancedusage/custom_handler.html) to support your own models!
2124

2225
## Installation
2326

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Deploy
5555
~predict
5656
~write_app
5757
~write_docker
58+
~load_pkgs
59+
~prepare_docker
5860
~deploy_rsconnect
5961

6062
Monitor

0 commit comments

Comments
 (0)