Slackbot
10/07/2023, 2:38 PMKevin Kho
10/08/2023, 6:06 AMAutoETS
and AutoCES
. Statsforecast parallelization is done across models.
I think what you can do is break these up into multiple AutoETS
jobs and AutoCES
jobs and that should parallelize.José Morales
10/09/2023, 4:05 PMn_jobs
chunks and process each one in parallel. If you have less than 7 series you won't see a linear speedup and if you have one nothing will change.Kevin Kho
10/09/2023, 8:53 PM