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

Output Table Schema

Column Data Type Description
id_column Any Data point identifier from attribute_table (DecisionTree InputTable).
pred_label VARCHAR Predicted response value for data point.
prob_for_label_n DOUBLE PRECISION [Column appears only with OutputResponseProbDist ('true').]

[Column appears once for each response specified in Response.]

Probability that data point has label_n.
actual_label VARCHAR Copied from attribute_table (DecisionTree InputTable).