File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ quartodoc:
8888 - TorchHandler
8989 - StatsmodelsHandler
9090 - XGBoostHandler
91+ - SpacyHandler
9192
9293metadata-files :
9394 - _sidebar.yml
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments