-
Hi Everyone, I have got a quick question. Does the current patch-transformer support multivariate predict univariate in the current version? |
Beta Was this translation helpful? Give feedback.
Answered by
kdgutier
May 28, 2023
Replies: 1 comment 2 replies
-
Hey @Essie0715, There are two things you can do for a multivariate PatchTST:
We have one dedicated multivariate model with the StemGNN. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our current version of PatchTST we treat it as a univariate model (single series output).
Exogenous features support for the PatchTST and other Transformers is in our list of priorities.
Here is a tutorial for exogenous variables: https://nixtla.github.io/neuralforecast/examples/exogenous_variables.html