Skip to main content
The Encoding component transforms categorical text columns into numbers so ML models can work with them.

Configuration

Methods

Input / Output

One Hot Encoding expands the number of columns. For columns with many unique values (high cardinality), this can make the DataFrame very wide. Consider Feature Selection afterward.