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
Hello! 👋 This demo is looking so great; thank you for creating this to show folks how to use our tools. I have a couple of minor suggestions for tidymodels and vetiver code in 01-train-and-deploy-model:
Can you use initial_time_split() here, instead of the manual splitting? Then you can use training() and testing() from tidymodels:
I edited because I realized that we are predicting on the endpoint here and it doesn't have an augment() method yet, as tracked in rstudio/vetiver-r#10. Apologies!
Hello! 👋 This demo is looking so great; thank you for creating this to show folks how to use our tools. I have a couple of minor suggestions for tidymodels and vetiver code in
01-train-and-deploy-model
:Can you use
initial_time_split()
here, instead of the manual splitting? Then you can usetraining()
andtesting()
from tidymodels:bike_predict/content/02-model/01-train-and-deploy-model/document.qmd
Lines 55 to 58 in 2a18bbb
I don't believe you need to manually save the
ptype
here (or saveversioned = TRUE
). This should be grabbed automatically from themodel_fit
:bike_predict/content/02-model/01-train-and-deploy-model/document.qmd
Lines 172 to 175 in 2a18bbb
If you'd like a PR for either of these, I would be happy to do it!
The text was updated successfully, but these errors were encountered: