How to construct validation_data. Which is correct ? #2318
Unanswered
ken-take-it-so-so
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello.
This question is different from #2219. In #2219, I understand validation_data should contain full training_data.
By the way, I want to use exchange_rate_nips dataset provided in GluonTS. This data is used in some papers. Dataset for train has 8 time series and dataset for test has 40(8 times 5) time series because of rolling evaluation.
Output
I think below figures explain the dataset.
I will use
DeepVAREstimatorafter processing dataset properly. After that, I will use.train(training_data, validation_data). In this case, which is correct ?I would appreciate your cooperation.
All reactions