One Hot Encoder
Last updated: 23 Dec 2022
Description¶
The Hot One Encoder node is used to encode the columns of the source node. It takes a categorical variable and turns it into a series of flags. New (1/0) columns will be output based on a column prefix.
Configuration Options¶
Basic Configuration Options¶
| Setting | Description\Parameters |
|---|---|
Columns to Encode as (0/1) |
The set of columns from the preceding node to be hot one encoded. |
New Column Prefix |
This prefix will be added to the name of any encoded columns above, to create a new column name. |