TD_OneHotEncodingFit Input - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-01-20
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

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.