awslabs/gluonts

Using dynamic categorical features in NN models

开放

#392 创建于 2019年10月15日

 (6 条评论) (2 个反应) (0 位负责人)Python (753 个派生)batch import
enhancementgood first issuehelp wanted

仓库指标

星标
 (3,888 个星标)
PR 合并指标
 (平均合并 26天 17小时) (30 天内合并 4 个 PR)

描述

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?

贡献者指南