How to forecast a single time series using a globally trained model? #1407
Unanswered
Confused-Forecaster
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.
-
Greetings,
I have been trying to train a global univariate model on multiple time series using future exogenous variables and then use it to predict individual time series. The fitting of the model seems to work fine, but when I try to predict a single time series I get:
I'm using AutoLSTM for testing purposes which according to this list should be a univariate model supporting future exogenous variables.
The fitting/training
dflooks like this:The
futr_dffor the predict like this:Using
nf.make_future_dataframe()on the fitted model returns this:Shouldn't a univariate global model be able to forecast a time series in isolation?
Beta Was this translation helpful? Give feedback.
All reactions