Input - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The function requires an input table and a model table. The input table contains a data set on which to apply the model. The model table is the output of the XGBoost_Drive function; for its schema, see the XGBoost_Drive Output.

XGBoost_Predict Input Table Schema
Column Name Data Type Description
id_column Any [Optional] Column containing a unique identifier for each data point in the data set (none of which can be NULL).
numeric_column Numeric Column specified by the NumericOutputs argument of the XGBoost_Drive function call that generated the model table. Each column so specified must appear in the XGBoost_Predict input table.
categorical_column VARCHAR Column specified by the CategoricalOutputs argument of the XGBoost_Drive function call that generated the model table. Each column so specified must appear in the XGBoost_Predict input table.