TD_GLMPredict Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

Output Table Schema

Column Name Data Type Description
id_column Any Specified column name that uniquely identifies an observation in test table.
partition_by_column CHARACTER, VARCHAR, INTEGER, BIGINT, SMALLINT, BYTEINT [Partition by key only] Unique identifier of model in InputTable.
prediction FLOAT Predicted value of the test observation.
prob FLOAT Probability that the observation belongs to the predicted class. Only appears if the OutputProb element is set to True and the Responses element is not specified.
prob_0 FLOAT Probability that the observation belongs to class 0. Only appears if the Responses element is specified.
prob_1 FLOAT The probability that the observation belongs to class 1. Only appears if the Responses element is specified.
accumulate_column Any Specified column names in the Accumulate element copied to the output table.