flights_wflow not working

Hello. I am following the tutorial in the "Preprocess your data with recipes" section of the Get Started section of tidymodels.org.

When I come up to the following code, Cloud R waits for a bit, then times out of the session, not executing the code. Would anyone have an idea why that is?

Thanks.

flights_fit <- 
  flights_wflow %>% 
  fit(data = train_data)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.