invalid frequency error while using DeepAREstimator on data created using PandasDataset #2641
Unanswered
mohammednaseefop
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hey, what is ds.freq? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using PandasDataset to create the model ready data as follows
ds.freq returns 'AS-JAN' as my frequency.
later when I try the following code I'm getting an error
Why am I getting the error? I am guessing not all the frequency strings are supported by functions in GluonTS.
How do I fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions