-
Notifications
You must be signed in to change notification settings - Fork 341
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
parallel nnetar fitting #346
Comments
Yes, good idea. |
I've put together a PR #349 implementing this. After messing around with Pros: great performance on long series
|
I would like to avoid adding additional package dependencies. What were the issues with using parallel? |
|
You could try using |
What do you think about adding parallelization to
nnetar
? The code inavnnet
looks very easy to parallelize. For long timeseries with largerepeat
and large number of CPU cores I imagine it would create a good speedup.The text was updated successfully, but these errors were encountered: