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?

貢獻者指南