XGBoostPredict 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ā„¢

XGBoostPredict Output Table Schema

The table has a set of predictions for each data point. The output table schema is the same for dense and sparse input.

Column Data Type Description
id_column Same as in input table Column copied from input table.
accumulate_column Same as in input table Column copied from input table.
prediction VARCHAR Predicted value of data point, predicted by model.
confidence_lower DOUBLE PRECISION Lower bound of confidence interval.
confidence_upper DOUBLE PRECISION Upper bound of confidence interval.
accumulate_column Same as in input table [Column appears once for each specified accumulate_column.] Column copied from input table.