You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
When using
forecastHybrid
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)
The text was updated successfully, but these errors were encountered: