Problem with global model #1618
Unanswered
MamyGhost
asked this question in
Q&A - get help using NeuralProphet
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have testing to train with global and local modele and I have a huge diference in the result , local model fit better than global model
what could be the reason for this big difference?
global :
trend_global_local="local", season_global_local="local", yearly_seasonality=True, weekly_seasonality=False, daily_seasonality=False, impute_missing=True, n_lags=30*3, n_forecasts=365, growth="discontinuous", epochs=200
local:
yearly_seasonality=True, weekly_seasonality=False, daily_seasonality=False, impute_missing=True, n_lags=30*3, n_forecasts=365, growth="discontinuous", epochs=200
@ourownstory
Beta Was this translation helpful? Give feedback.
All reactions