Skip to content

Commit

Permalink
Merge pull request #141 from rstudio/update-docs
Browse files Browse the repository at this point in the history
refresh README and add to docs
  • Loading branch information
isabelizimm authored Dec 12, 2022
2 parents 6fdbd00 + f54906e commit a060e87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Deploy
~predict
~write_app
~write_docker
~load_pkgs
~prepare_docker
~deploy_rsconnect

Monitor
Expand Down

0 comments on commit a060e87

Please sign in to comment.