TD_OneHotEncodingFit Input - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

InputTable Schema for Dense Input

Column Data Type Description
target_column CHAR or VARCHAR

(CHARACTER SET LATIN or UNICODE)

Columns from the InputTable to be encoded.

InputTable Schema for Sparse Input

Column Data Type Description
attribute_column CHAR or VARCHAR

(CHARACTER SET LATIN or UNICODE)

Column from the InputTable which contains the attributes.
value_column CHAR or VARCHAR

(CHARACTER SET LATIN or UNICODE)

Column from the InputTable which contains the attribute values.

CategoryTable Schema

Column Data Type Description
ColumnName CHAR or VARCHAR

(CHARACTER SET LATIN or UNICODE)

Column from the CategoryTable which contains the name of the target columns.
CategoryValue CHAR or VARCHAR

(CHARACTER SET LATIN or UNICODE)

Column from the CategoryTable which contains the category values. The maximum category length is 128 characters.