+1 vote
in Feature Engineering by
What are some different techniques for dealing with categorical variables?

1 Answer

0 votes
by
There are a few different ways to deal with categorical variables, depending on the type of data you are working with. For example, if you have a lot of categorical data that is ordinal (like “low,” “medium,” and “high”), then you can use techniques like one-hot encoding or label encoding. If you have categorical data that is not ordinal, then you might want to use a technique like dummy encoding.
...