-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extremely slow augment() in my mable #208
Comments
I've moved this to fabletools as this is likely due to the combination handling in fabletools. It might also be due to the |
I have 4273 time series in weekly frequency. However it seemed to me interesting that the fitting was faster than getting the residuals. BR |
Performance improvements have been made in b6b336c, and further improvements are coming. |
Hi @mitchelloharawild thanks for the update. Is 0.2.0 already in CRAN? |
Yes it is. |
Still really slow as well as my_models %>% accuracy() |
Dear colleagues,
I have a grouped ts_tibble where I am fitting ETS, TSLM, ARIMA, NNETAR and a combination model using all of this 4:
The fitting takes 486.989s according to tictoc() and runs in paralell without problems (I am loading purrr+furrr+future). However when trying to inspect the mable object as:
augment(ts_models)
It has been running for 1h and a half in single core and I can not access the results.
BR
/Edgar
The text was updated successfully, but these errors were encountered: