GLML1L2 Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Output Table Schema

The function displays the output table to the screen.

Column Data Type Description
attribute VARCHAR Name of model attribute.
category VARCHAR [Appears only for categorical predictor.] Category (level) of predictor.
estimate DOUBLE PRECISION Estimate of model coefficient.
information VARCHAR Value of nonnumeric attribute, followed by "p" if predictor is used in model.

FactorTable Schema

Each row in the factor table corresponds to a row in the input table.

Column Data Type Description
predictor_var_column Categorical column: INTEGER

Numeric column: Same as in input table

Categorical column: dummy variable

Numeric column: Same as in input table.

response_column DOUBLE PRECISION Column copied from input table.
partition_column Same as in InputTable [Appears only with InputTable partitioned and Randomization ('false').] Column copied from input table.
td_randomized_id INTEGER [Appears only with Randomization ('true').] Random identifier for observation.