TD_OneHotEncodingFit Syntax Elements - Teradata® Database

Database Analytic Functions

Product
Teradata® Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/wnd1589838592459.ditamap
dita:ditavalPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/ayr1485454803741.ditaval
dita:id
B035-1206
lifecycle
previous
Product Category
Teradata Vantage™
IsInputDense
Specify whether the input is in dense format.
TargetColumn
[Required with IsInputDense ('true'), disallowed otherwise.] Specify the name of the InputTable column of categorical values.
CategoricalValues
[Required with IsInputDense ('true'), disallowed otherwise.] Specify one or more categorical values in target_column to encode in one-hot form.
OtherColumnName
[Optional with IsInputDense ('true'), disallowed otherwise.] Specify a category name for values that CategoricalValues does not specify (categorical values not to encode in one-hot form).
Default: 'other'
AttributeColumn
[Required with IsInputDense ('false'), disallowed otherwise.] Specify the name of the InputTable column of attributes.
ValueColumn
[Required with IsInputDense ('false'), disallowed otherwise.] Specify the name of the InputTable column of attribute values.
TargetAttributes
[Required with IsInputDense ('false'), disallowed otherwise.] Specify one or more attributes to encode in one-hot form. Every target_attribute must be in attribute_column.
OtherAttributeNames
[Optional with IsInputDense ('false'), disallowed otherwise.] For each target_attribute, specify a category name (other_attribute) for attributes that TargetAttributes does not specify. The nth other_attribute corresponds to the nth target_attribute.