DecisionTreePredict_MLE 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ā„¢
AttrTableGroupByColumns
Specify the names of the columns on which AttributeTable is partitioned. Each partition contains one attribute of the input data.
AttrTablePIDColumns
Specify the names of the AttributeTable columns that define the data point identifiers.
AttrTableValColumn
Specify the name of the AttributeTable column that contains the input values.
OutputProb
[Optional] Specify whether to output the probability for each response.
Default: 'false'
Responses
[Optional with OutputProb, disallowed otherwise] Specify the labels for which to output probabilities.
To see all labels, use either of the following queries. ResponseTable, response_column, and output_table are from the DecisionTree function call that output the model_table for this function. ResponseTable is an input table, response_column is the ResponseColumn syntax element value, and output_table is the OutputTable syntax element value.
  • SELECT response_column FROM ResponseTable;
  • SELECT prob_label_order FROM output_table SAMPLE 1;
Default behavior: Output only the probability of the predicted class.
Accumulate
[Optional] Specify the names of the AttributeTable columns to copy to the output table.