Replies: 1 comment 3 replies
-
Hi, not sure I can follow your code. Is each It should suffice to generate one |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I put my multiple_ts together as follows:
and I did my training and testing SPlit as follows:
The new documentation at https://ts.gluon.ai/stable/tutorials/data_manipulation/pandasdataframes.html#Use-multiple-time-series-for-training states that the multiple_ts was compiled as follows:
and the training and test split is done as follows:
Is this (still) ok the way I did it? I did not change the GluonTs version on my PC.
I can add again that I have already made a lot of forecasts with the procedure I have described and I really hope that this is okay, otherwise I really have a problem.
In this way, the target_value should be predicted using the covariates used. I would be super grateful if someone looks over it. This way really doesn't have to be the most elegant, it just has to be ok
edit: I just checked the API and I think i have done it correctly, havent I ? Its okay to not give the target item when constructing a list of dataframes and it is also fine to give the target as the column name in the pandasdataset, right? I did not write the timestamp, I do not now for sure but i think then the index is assumed, what do you think? and i did not give the frequency because my dataframe has the relevant frequency in its structure
Now i hope that i have done everything okay and right?
Beta Was this translation helpful? Give feedback.
All reactions