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
Vetiver was created by and is currently maintained by Isabel Zimmerman <isabel.zimmerman@posit.co>.
4
+
5
+
Several individuals in the community have taken an active role in helping to maintain vetiver and submit fixes. Those individuals are shown in the git changelog.
@@ -49,7 +49,7 @@ model = mock.get_mock_model().fit(X, y)
49
49
v = VetiverModel(model, model_name='mock_model', prototype_data=X)
50
50
```
51
51
52
-
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.
52
+
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.
53
53
54
54
```python
55
55
from pins import board_temp
@@ -72,6 +72,6 @@ To start a server using this object, use `app.run(port = 8080)` or your port of
72
72
73
73
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.
74
74
75
-
- 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).
75
+
- For questions and discussions about deploying models, statistical modeling, and machine learning, please [post on Posit Community](https://community.rstudio.com/new-topic?category_id=15&tags=vetiver,question).
76
76
77
77
- If you think you have encountered a bug, please [submit an issue](https://github.com/rstudio/vetiver-python/issues).
0 commit comments