lschmiddey / deep_tabular_augmentation

MIT License
20 stars 9 forks source link

Add embeddings for categorical variables #10

Closed lschmiddey closed 2 years ago

ElsaSharuJohns commented 1 year ago

Can you tell me which kind of categorical embedding would be best suited for a dataset having categorical variables and the cardinality is less for all of them?( For eg: in case of Gender). Is one hot encoding only required for such a case?