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? |
4 replies
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.
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?
All reactions