Skip to content

Optional features explanation in the documentation of GlounTs DeepAr is not clear #2283

Answered by kaleming
Msaleh87 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Msaleh87,
Most of the time I just use feat_dynamic_real to specify temporal features and feat_static_cat to specify which category the target parameters belongs to. For instance, if I am analyzing sales from some specify SKU. On feat_static_cat I would set each store, brand, city using labeled numeric variables. i.e [1, 1, 2]

On this folder you can check some of the time_feat scripts. Here you can see that gluonts creates some of these features automatically depending on time frame. For instance:

If you set a 5 minute time frame, it will probably create these lags:

     lags = (
         _make_lags_for_minute(offset.n)
         + _make_lags_for_hour(offset.n / 60)
         + _make_la…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Msaleh87
Comment options

@kaleming
Comment options

@Msaleh87
Comment options

@Msaleh87
Comment options

Answer selected by Msaleh87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants