Skip to content
Discussion options

You must be logged in to vote

Disclaimer: the code currently in GluonTS is not the same that was used for the DeepAR paper. How data was sampled for training/validation purposes in the paper might differ from what is done by default in the DeepAREstimator.

By default, the validation data loader in the DeepAREstimator is defined so that it slices the final windows from each time series in the validation set (i.e., with the prediction interval aligned with the trailing prediction_length observations of such time series). This can be seen by looking at the default "sampler" object

https://github.com/awslabs/gluon-ts/blob/94b916e5daa0bfe5ed0feaf6e8987cfe3f6e4974/src/gluonts/model/deepar/_estimator.py#L278-L282

that is lat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vamp-ire-tap
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants