TD_OneHotEncodingFit Input - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

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.