business-science / modeltime

Modeltime unlocks time series forecast models and machine learning in one framework
https://business-science.github.io/modeltime/
Other
532 stars 82 forks source link

tsibble: Error occurred when using 'fit-forecast' workflow #33

Closed jpzhangvincent closed 4 years ago

jpzhangvincent commented 4 years ago

I installed the development version from GitHub and tried to forecast a time series using 'auto.rima' for intermittent demand forecasting. But I got the following error.

Screen Shot 2020-08-30 at 4 51 00 PM

Here is my testing example. test_ts.csv.zip

jpzhangvincent commented 4 years ago

Oh I realized the testing time series data frame is a tsibble object. I have to convert to tibble object and then it works.

mdancho84 commented 4 years ago

Yes, you'll need to work exclusively with data.frame or tibble objects. tsibble have different properties making it difficult to predict how they will respond to the modeltime workflow.