mdancho84 / modeltime-iterative-forecasting

3 stars 6 forks source link

Parallel Support #2

Open AlbertoAlmuinha opened 3 years ago

AlbertoAlmuinha commented 3 years ago

Hi @mdancho84 ,

I have not seen parallel processing implemented. I don't know if you plan to include it in the first version, in any case, if so I think a good way to do it would be the same way as it was already done in modeltime_refit etc.

We can create a sequential and a parallel version of the code and then call one or the other depending on the parameters of the control function. It would be necessary to see how to do it

Let's comment if you want this to be implemented now or later.

mdancho84 commented 3 years ago

We 100% need parallel processing, but I'm thinking after we get the first version implemented. Just because it may change if the workflow changes substantially based on feedback.