Skip to content
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

forecastHybrid runs in parallel despite settings #71

Open
seabbs opened this issue May 15, 2020 · 1 comment
Open

forecastHybrid runs in parallel despite settings #71

seabbs opened this issue May 15, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@seabbs
Copy link
Contributor

seabbs commented May 15, 2020

When usingforecastHybrid more than one core is used despite parallelization being turned off explicitly. This means that large runs are slow as cores conflict. Identifying someway to internally turn this off or externally prevent more than one core being accessed would both be good solutions.

This could very easily just be user error rather than a bug!

Issue opened on the package repo (ellisp/forecastHybrid#92)

@seabbs seabbs added bug Something isn't working help wanted Extra attention is needed labels May 15, 2020
@seabbs
Copy link
Contributor Author

seabbs commented May 17, 2020

It looks like this is caused by the tbats model. For me setting all its parallel arguments to FALSE failed so dropping for now. This is not optimal so a workaround or internal protections for users would be preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant