Output - Aster Analytics

Teradata Aster® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

If you omit the regularization table, or specify the regularization table but omit the Lambda argument, the output table has the following schema.

GLM2Predict Ouput Table Schema
Column Data Type Description
accumulate_column Same as in input_table Column copied from input_table.
prediction DOUBLE PRECISION Score of the input data, given by the equation g-1(Xβ), where g-1 is the inverse link function, X the predictors, and β is the vector of coefficients estimated by the GLM2 function.

For other values of Family, the scores are the expected values of dependent/response variable, conditional on the predictors.

lambda DOUBLE PRECISION Lambda value used for prediction.

If you omit both the regularization table and Lambda argument, this value is the minLambda value from the model table.

If you specify both the regularization table and the Lambda argument, the output table has the following schema.

GLM2Predict Ouput Table Schema (Regularization Table and Lambda Argument Specified)
Column Data Type Description
accumulate_column Same as in input_table Column copied from input_table.
prediction DOUBLE PRECISION Score of the input data, given by the equation g-1(Xβ), where g-1 is the inverse link function, X the predictors, and β is the vector of coefficients estimated by the GLM2 function.

For other values of Family, the scores are the expected values of dependent/response variable, conditional on the predictors.

reqlambda DOUBLE PRECISION Lambda value that you specified.
matchedlambda DOUBLE PRECISION Lambda value used for prediction.