You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs refresh
* add dependencies for running python in quarto
* update workflows
* skip spacy
* jupyter dependencies
* restrict spacy
* use all_models in CI
- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/custom_code.html) to support your own models!
24
+
- or utilize [custom handlers](https://rstudio.github.io/vetiver-python/stable/advancedusage/custom_handler.html) to support your own models!
25
25
26
26
## Installation
27
27
@@ -50,7 +50,7 @@ model = mock.get_mock_model().fit(X, y)
50
50
v = VetiverModel(model, model_name='mock_model', prototype_data=X)
51
51
```
52
52
53
-
You can **version** and **share** your `VetiverModel()` by choosing a [pins](https://rstudio.github.io/pins-python/) "board" for it, including a local folder, RStudio Connect, Amazon S3, and more.
53
+
You can **version** and **share** your `VetiverModel()` by choosing a [pins](https://rstudio.github.io/pins-python/) "board" for it, including a local folder, [Connect](https://posit.co/products/enterprise/connect/), Amazon S3, and more.
54
54
55
55
```python
56
56
from pins import board_temp
@@ -73,6 +73,6 @@ To start a server using this object, use `app.run(port = 8080)` or your port of
73
73
74
74
This project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
75
75
76
-
- For questions and discussions about deploying models, statistical modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=vetiver,question).
76
+
- For questions and discussions about deploying models, statistical modeling, and machine learning, please [post on Posit Community](https://forum.posit.co/new-topic?category_id=15&tags=vetiver,question).
77
77
78
78
- If you think you have encountered a bug, please [submit an issue](https://github.com/rstudio/vetiver-python/issues).
0 commit comments