Closed cpmgs closed 2 years ago
The following code:
v = VetiverModel(car_mod, model_name = "cars_mpg", save_ptype = True, ptype_data = mtcars.drop(columns="mpg"))
exists under Deploy -> Python -> Review of previous steps (https://vetiver.rstudio.com/get-started/deploy.html) but does not exist under Version -> Python -> Store and version your model (second code block under the headline).
This PR merely corrects that.
Thank you for this fix! 🙌
The following code:
exists under Deploy -> Python -> Review of previous steps (https://vetiver.rstudio.com/get-started/deploy.html) but does not exist under Version -> Python -> Store and version your model (second code block under the headline).
This PR merely corrects that.