awslabs/gluonts

Using dynamic categorical features in NN models

オープン

#392 opened on 2019/10/15

 (6 件のコメント) (2 件のリアクション) (0 人の担当者)Python (753 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (3,888 個のスター)
PR merge metrics
 (平均マージ 26d 17h) (30d で 4 merged PRs)

説明

GluonTS allows to work with dynamic categorical features, but there is no way to use them in most of the NN models (e.g. DeepAR, Transformer, etc.)

They can be incorporated by applying embeddings and concatenating them with other dynamic features. Does it make sense to modify DeepAR and other models with this change, or is it better to stick with the current implementation and to write new model implementations that will use dynamic categorical features?

コントリビューターガイド