neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

Categorical Features for TFT

Open sm-ak-r33 opened this issue 1 year ago • 2 comments
trafficstars

Description

I guess an actual TFT can handle categorical features with embeddings, does nixtla have something similar or it always needs to be done manually with label encodings?

Use case

I am trying to put string in in the input as feature but the model is not being able to parse it.

sm-ak-r33 avatar Aug 03 '24 00:08 sm-ak-r33

Have you tried providing categorical features (columns of categorical data type)? It wouldn't use an embedding layer but it'd do label encoding.

jmoralez avatar Aug 03 '24 00:08 jmoralez

See also https://github.com/Nixtla/neuralforecast/issues/916

candalfigomoro avatar Aug 05 '24 08:08 candalfigomoro