You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @oguiza and thanks again for implementing a SOTA model.
Seem to have run into a limitation for PatchTST in which I can't seem to train it for a different dimension X compared to y. As opposed to, for instance, TSTPlus where we could have several X covariates and then different number of Y series (with different dimensions). I might just be using the wrong approach for this, as your PatchTST example uses a sliding window on the same variables for X and Y.
Thanks for raising this @strakehyr.
You are absolutely right. This is a limitation of the current PatchTST model.
I'd like to develop a PatchTSTPlus model that allows to use it in scenarios like the one you described above.
This is the normal process that I've followed in the library. The standard version replicates as close as possible the model published in the paper/ code. And then a Plus version add additional functionality. Forecasting any # variables is one of those scenarios. Another one is Classification or Regression.
I'd like to work on this soon, but need to find the time or resources. Would you be interested in creating a PR? If your are interested I could you give you some direction on what needs to be done.
Hi @oguiza and thanks again for implementing a SOTA model.
Seem to have run into a limitation for PatchTST in which I can't seem to train it for a different dimension X compared to y. As opposed to, for instance, TSTPlus where we could have several X covariates and then different number of Y series (with different dimensions). I might just be using the wrong approach for this, as your PatchTST example uses a sliding window on the same variables for X and Y.
The TSTPlus case:
This doesn't seem to be the case for the PatchTST:
The text was updated successfully, but these errors were encountered: