awslabs/gluonts

Using dynamic categorical features in NN models

Aperta

#392 aperta il 15 ott 2019

 (6 commenti) (2 reazioni) (0 assegnatari)Python (753 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (3888 stelle)
Metriche merge PR
 (Merge medio 26g 17h) (4 PR mergiate in 30 g)

Descrizione

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?

Guida contributor