Skip to content

Commit e41d4a8

Browse files
committed
add spacy to supported models
1 parent 894b6d5 commit e41d4a8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can use vetiver with:
2020
- [torch](https://pytorch.org/)
2121
- [statsmodels](https://www.statsmodels.org/stable/index.html)
2222
- [xgboost](https://xgboost.readthedocs.io/en/stable/)
23+
- [spacy](https://spacy.io/)
2324
- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/advancedusage/custom_handler.html) to support your own models!
2425

2526
## Installation

docs/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ quartodoc:
8888
- TorchHandler
8989
- StatsmodelsHandler
9090
- XGBoostHandler
91+
- SpacyHandler
9192

9293
metadata-files:
9394
- _sidebar.yml

docs/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can use vetiver with:
2020
- [torch](https://pytorch.org/)
2121
- [statsmodels](https://www.statsmodels.org/stable/index.html)
2222
- [xgboost](https://xgboost.readthedocs.io/en/stable/)
23+
- [spacy](https://spacy.io/)
2324
- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/advancedusage/custom_handler.html) to support your own models!
2425

2526
## Installation

0 commit comments

Comments
 (0)