Skip to content
Discussion options

You must be logged in to vote

hi, we do not have a tools to automatically format multivariate forecasting yet, forecasting module is very much in development, but its possible to rephrase it as regression and use a standard regressor. This formulation is different to ETS/ARMA style and it is a cause of confusion :) We will be doing a lot more with forecasting over the Summer.

Suppose your series to forecast is (1000,) and you want to use two exogenous variables stored in array of shape (2,1000). You want to use a window length 100. So if you have a horizon of 1, to forecast point 101, you use points 1 to 100 of the original series, and (2,100) of exogenous.

This makes a single case of shape (3,100) to predict one valu…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@adampointer
Comment options

Comment options

You must be logged in to vote
3 replies
@adampointer
Comment options

@TonyBagnall
Comment options

Answer selected by MatthewMiddlehurst
@adampointer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants