Categorical Encoding Techniques
Many machine learning algorithm only accept numberic values, thus we have to encode categorical values into numberic value.
- One hot vector encoding
- Hashing
- Learn Enbedding if vocabulary size is big
Categorical Encoding Techniques
Many machine learning algorithm only accept numberic values, thus we have to encode categorical values into numberic value.