catTrans - What is one-hot encoding and how is it implemented in the catTrans action?

Réponse

One-hot encoding transforms a categorical variable into a set of binary variables (one for each level). To use it, you set the 'method' parameter to 'ONEHOT'. This is also aliased as 'LABEL'.
Did this answer help you?