I am trying to create forecasts for 1000 stores using fable package. Does fable
package has work in parallel like the forecast
function did?
Thank you very much
I am trying to create forecasts for 1000 stores using fable package. Does fable
package has work in parallel like the forecast
function did?
Thank you very much
It looks like per the new release of fabletools 0.2.1 that the forecast process (not just the model fit) can be run in parallel using future.apply: https://github.com/tidyverts/fabletools/blob/master/NEWS.md . There is a pull request out for parallelizing the forecast function that isn't completed yet though: https://github.com/tidyverts/fabletools/pull/274 . Hopefully soon! It's a great package.
You can parallelise the fitting of a model using
plan()
from the future package.Created on 2020-11-23 by the reprex package (v0.3.0)