XGBoostPredict Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
IDColumn
[Optional] Specify the name of the InputTable column that contains a unique identifier for each data point in the input data set.
AttributeNameColumn
[Required for sparse format input data.] Specify the name of the InputTable column that contains the names of the predictors in the sparse format input data set.
AttributeValueColumn
[Required for sparse format input data.] Specify the name of the InputTable column that contains the values of the predictors in the sparse-format input data set.
NumBoostedTrees
[Optional] Specify the number of parallel boosted trees to consider during prediction. The num_trees is an INTEGER value of at least 1 and cannot exceed the number of parallel boosted trees in the training model. A lower num_trees value might improve function run time but decrease prediction accuracy.
Default behavior: The function considers all trees in the training model during prediction.
IterNum
[Optional] Specify the number of iterations for each boosted tree to consider during prediction. The iterations must be at least 1 and cannot exceed the number of parallel boosted trees in the training model.
Default behavior: The function considers all subtrees (iterations) in the training model during prediction.
OutputProb
[Required with Responses.] Specify whether to output the calculated probability for each selected response. If you omit Responses, the function outputs the probability of the predicted response.
Default: false.
Responses
Specify the labels for which to output probabilities.
Default: The function outputs only the probability of the predicted class.
Accumulate
[Optional] Specify the names of the input columns to copy to the output table.