Neural networks for timeseries forecasting #1529
Unanswered
dberardo-com
asked this question in
Q&A
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 am using SNARIMAX for timeseries forecasting, but i am not quite happy with it. so i would like to give neural networks a try, to build some more non linear logics.
my input series is a univariate timeseries that gets augmented with this pre-processing step:
i am using the following NN to test:
but i am really not happy with the results (red line is the actual (hourly) signal, blue line is the week-ahead forecast) - notice that end of march / beg. april were holidays:
my questions are:
i mean removing scaler from pipeline and using this instead:
Beta Was this translation helpful? Give feedback.
All reactions