GLMPerSegment Output - 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ā„¢

Output Table Schema

Column Data Type Description
partition_column Same as in input table [Column appears only if input table has PARTITION BY clause.]
attribute VARCHAR Model attribute name.
category VARCHAR [Column appears only for categorical predictor.] Category (level) of predictor.
estimate DOUBLE PRECISION Estimate of model coefficient.
mean DOUBLE PRECISION Depends on FeatureScale value and predictor type:
FeatureScale Value Column Value
'true' Mean value, after scaling, of input table attribute
'false' NULL
std DOUBLE PRECISION Depends on FeatureScale value and predictor type:
FeatureScale Value Column Value
'true' Standard deviation, after scaling, of input table attribute
'false' NULL
information VARCHAR Value of categorical attribute, followed by "p" if model uses predictor.