TD_XGBoostPredict Output - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

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.