GLM Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

InputTable Schema

It is important to normalize the input variables before calling this function. For details, see Normalized Input.
Column Data Type Description
dependent_variable_column Any numeric SQL data type Dependent/response variable. Cannot be NULL. Must be first in TargetColumns syntax element. If Family is BINOMIAL or LOGISTIC, each value in this column must be either 0 or 1.
numeric_column Any numeric SQL data type [Column appears one or more times.] Independent/predictor variable. Cannot be NULL. Must follow dependent_variable_column in TargetColumns syntax element.

Teradata recommends using Scale (ML Engine) function on numeric predictors before calling function.

categorical_column CHARACTER, VARCHAR, INTEGER, BYTEINT, DATE, TIME (without TIME ZONE) [Column appears only with CategoricalColumns syntax element.] Categorical variable. Must also appear in TargetColumns syntax element.
weight_column INTEGER, DOUBLE PRECISION [Column appears only with WeightColumn syntax element.] Weight to assign to response variable.