A method of converting categorical variables into binary vectors, where each category is represented as a vector with a 1 in the corresponding position and 0s elsewhere.
One-Hot Encoding
A method of converting categorical variables into binary vectors, where each category is represented as a vector with a 1 […]
« Back to Glossary Index