GLMPredict 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

Column Data Type Description
accumulate_column Same as in input table [Column appears once for each specified accumulate_column.] Column copied from input table.
fitted_value DOUBLE PRECISION Score of the input data, given by equation g-1(Xβ), where g-1 is the inverse link function, X the predictors, and β is the vector of coefficients estimated by the GLM function.

For BINOMIAL classification, a predicted value close to 1 indicates a high probability of class 1. A predicted value close to 0 indicates a high probability of class 0. For other values of Family, the scores are the expected values of dependent/response variable, conditional on the predictors.