ellisp / forecastHybrid

Convenient functions for ensemble forecasts in R combining approaches from the {forecast} package
GNU General Public License v3.0
79 stars 23 forks source link

parallelize cvts #53

Closed ellisp closed 7 years ago

ellisp commented 7 years ago

As a first step towards #5, allow cvts to work in parallel.

ganesh-krishnan commented 7 years ago

@dashaub What's your preferred approach for implementing this? I'm thinking foreach. Any objections?

dashaub commented 7 years ago

I'd use "foreach" too and register a parallel backend with "doParallel" since it supports UNIX and Windows systems and is a few lines of code. If you have another preferred way to register a parallel backend I'm open to it.

dashaub commented 7 years ago

Added here: 9d687ec14e9ea385a33088a174065f1a07395e56