You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using deepar for forecasting. My dataset has some static categorical features (10) and input-list shape for "feat_static_cat" is (n,10). I have defined the dataset in the following way-
I am getting error-
GluonTSDataError: Array 'feat_static_cat' has bad shape - expected 1 dimensions, got 2.
DeepAR can take multiple categories but I am not sure how. This error is exactly same as #871. What is the best way to pass static category in the dataset? I am using gluonts version 0.14.4.
The text was updated successfully, but these errors were encountered:
Hello,
I am using deepar for forecasting. My dataset has some static categorical features (10) and input-list shape for "feat_static_cat" is (n,10). I have defined the dataset in the following way-
I am getting error-
GluonTSDataError: Array 'feat_static_cat' has bad shape - expected 1 dimensions, got 2.
DeepAR can take multiple categories but I am not sure how. This error is exactly same as #871. What is the best way to pass static category in the dataset? I am using gluonts version 0.14.4.
The text was updated successfully, but these errors were encountered: