TD_XGBoostPredict Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-01
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

Output Table Schema

Column Data Type Description
id_column Same as in input table Column copied from input table. Unique row identifier.
prediction Double Precision /Integer Predicted test point value or predicted class, determined by model. Datatype double precision by default. If ModelType is set to classification, the dataType is set to integer.
confidence_ lower Double Precision Appears with OutputProb ('false'). Lower bound of confidence interval. For classification trees, confidence_lower and confidence_upper have the same value, which is the probability of the predicted class.
confidence_ upper Double Precision Appears with OutputProb ('false'). Upper bound of confidence interval. For classification trees, confidence_lower and confidence_upper have the same value, which is the probability of the predicted class.
prob Double Precision Column appears only with OutputProb ('true') and without the Responses syntax element. Probability that observation belongs to class prediction.
prob_response Double Precision Column appears only with OutputProb ('true') and the Responses syntax element. Appears once for each specified response. Probability that observation belongs to category response.
accumulate _column Same as in input table Column copied from input table.