How to use past_feat_dynamic_real
?
#1720
Unanswered
sayedathar11
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Hi @lostella , @mbohlkeschneider I am also facing the same doubt how are we suppose to use past_feat_dynamic_real ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi everyone, thank you for your questions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same doubt. I mean, in the real world we will never have future observations of any feature |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using GluonTS Deepar model to predict target at a specific timeframe , we have a feature which is numerical . We compute some numerical stats on this feature and we can use this to predict Future Values of Target .
But we now realized that values of this feature won't be available in Future when we have to predict the target . We can't use
feat_dynamic_real
and as per our understanding we have to usepast_feat_dynamic_real
and instead use past stats values of this numerical feature to predict future value .Whether this understanding is correct , also can you please add documentation regarding how to use
past_feat_dynamic_real
.Beta Was this translation helpful? Give feedback.
All reactions