Skip to content

Suggestions for tidymodels + vetiver code聽#31

Description

@juliasilge

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:

n_days_test <- 2
n_days_to_train <- 10
train_end_date <- dates[n_days_test + 1]

I don't believe you need to manually save the ptype here (or save versioned = TRUE). This should be grabbed automatically from the model_fit:

versioned = TRUE,
save_ptype = train_data %>%
head(1) %>%
select(-n_bikes),

If you'd like a PR for either of these, I would be happy to do it!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions