How to train based on multiple series? #485
Unanswered
torronen
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment 1 reply
-
I believe the feature I am looking for is called "global model" vs "local model" vs panel data. Are there any samples on how to feed the data? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have measurements from a few thousands of household for 1-2 years (varying length per household). Does it make sense to train based on all these series, does Neural Prophet benefit from it, and how to I give multiple series for netural prophet?
Background
Goal: make electricity consumption forecast for a single household
I would like to tackle 2 issues:
My model should detect the seasonality type (2) based on historic data, and then make the best possible prediction, maybe utilizing the noise (1) in upper and lower thresholds. I
Beta Was this translation helpful? Give feedback.
All reactions