GLML1L2 Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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 [Column 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

The function encodes categorical predictors as integer values (using Onehot encoding) and copies numeric predictors to the FactorTable unchanged.

Column Data Type Description
target_column Categorical column: INTEGER

Numeric column: Same as in InputTable

Categorical column: dummy variable

Numeric column: Same as in InputTable.

response_column DOUBLE PRECISION Column copied from InputTable.
td_randomized_id INTEGER [Appears only if you specify FactorTable and Randomization ('true')]