93. One-Hot Encoding

A method for converting categorical data into a binary matrix, where each category is represented by a unique binary vector.

Last updated