File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ python -m pip install git+https://github.com/rstudio/vetiver-python
3535A ` VetiverModel() ` object collects the information needed to store, version, and deploy a trained model.
3636
3737``` python
38- from vetiver import mock, VetiverModel, VetiverAPI
38+ from vetiver import mock, VetiverModel
3939
4040X, y = mock.get_mock_data()
4141model = mock.get_mock_model().fit(X, y)
@@ -53,7 +53,7 @@ model_board = board_temp(versioned = True, allow_pickle_read = True)
5353vetiver_pin_write(model_board, v)
5454```
5555
56- You can ** deploy** your pinned ` VetiverModel() ` via [ FastAPI] ( https://fastapi.tiangolo.com/ ) .
56+ You can ** deploy** your pinned ` VetiverModel() ` using ` VetiverAPI() ` , an extension of [ FastAPI] ( https://fastapi.tiangolo.com/ ) .
5757
5858``` python
5959from vetiver import VetiverAPI
You can’t perform that action at this time.
0 commit comments