Output Table Schema for Dense Input
| Column | Data Type | Description |
|---|---|---|
| input_table_column | Same as in InputTable | Column copied from InputTable. |
| targetColumns_values | INTEGER | One-hot-encoded representation of categorical values for each target column. |
Output Table Schema for Sparse Input
| Column | Data Type | Description |
|---|---|---|
| input_table_column | Same as in InputTable | Column copied from InputTable. |
| attribute_column | CHAR or VARCHAR (CHARACTER SET UNICODE) |
Column which contains the attribute names. |
| value_column | CHAR or VARCHAR (CHARACTER SET UNICODE) |
Column which contains the one-hot-encoded attribute values. |