Single_Tree_Predict Arguments - 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ā„¢
AttrTableGroupByColumns
Specify the names of the columns on which attribute_table is partitioned. Each partition contains one attribute of the input data.
AttrTablePIDColumns
Specify the names of the columns that define the data point identifiers.
AttrTableValColumn
Specify the name of the column that contains the input values.
OutputResponseProbDist
[Required with Responses, disallowed otherwise] Specify whether to output a column for each response, showing the probability that the label is correct.
Default: 'false'
Responses
[Required with OutputResponseProbDist, 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 argument value, and output_table is the OutputTable argument value.
  • SELECT response_column FROM ResponseTable;
  • SELECT prob_label_order FROM output_table SAMPLE 1;
Default behavior: The function outputs probabilities for all labels.
Accumulate
[Optional] Specify the names of the input columns to copy to the output table.
If you are using this function to create input for ROC, this argument must specify actual_label.