Decision Tree Functions (ML Engine) - 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ā„¢

The DecisionTree function creates a single classification decision tree. The function supports numeric variables and categorical attributes, handles missing values during the prediction phase, and supports GINI, entropy, and chi-square impurity measurements.

You can use the Decision Tree functions to create predictions input for the Receiver Operating Characteristic (ROC) (ML Engine) function.

The implementation of probability estimation trees (frequency based probability calculation for class assignment and laplace correction) is according to "Tree Induction for Probability based Ranking, Provost and Domingos", Provost and Domingos (2002) (http://homes.cs.washington.edu/~pedrod/papers/mlj03a.pdf).

Function Description
DecisionTree (ML Engine) Creates single decision tree in distributed fashion, either weighted or unweighted. Outputs model table.
DecisionTreePredict_MLE (ML Engine) Applies tree model to data input, outputting predicted labels for each data point.