Decision Tree Functions (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.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.