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 https://github.com/awslabs/gluonts/issues/871. What is the best way to pass static category in the dataset? I am using gluonts version 0.14.4.
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 https://github.com/awslabs/gluonts/issues/871. What is the best way to pass static category in the dataset? I am using gluonts version 0.14.4.