Replies: 1 comment
-
hey, can you share your full code of DeepAR with the multivariate dataset? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to implement a LSTNet model that uses a multivariate dataset to predict one target (N:1).
For example, I have created a DeepAR model that works okay with the following dataset:
In this example, it is using multiple time-series to help predict future target values (N:1).
However, I am experimenting with benchmarking other models to determine if they perform better. In this case, I am interested in using the same dataset from the aforementioned example in LSTNet. Though, I can only seem to get the LSTNet model to run when I have the dataset configured to predict N:N targets. That is I provide the target and the three feature time-series which LSTNet then attempts to predict all four. For example:
I have tried so many different combinations of the dataset, multivariate grouper, etc to no avail. Can someone please point me in the right direction with this problem? Let me know if you have any questions or need more information.
Beta Was this translation helpful? Give feedback.
All reactions