awslabs/gluonts

Using dynamic categorical features in NN models

Open

#392 aberto em 15 de out. de 2019

Ver no GitHub
 (6 comments) (2 reactions) (0 assignees)Python (753 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (3.888 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador