Naive Bayes Classifier 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ā„¢
ResponseColumn
Specify the name of the input table column that contains the response variable, passed as text.
NumericInputs
[Required if you omit CategoricalInputs.] Specify input table columns that contain numeric values to include in the model. This is the syntax of numeric_input_columns:
{'column_name [,...]' | '[start_column:end_column]'}[,...]

For example:

'input1','[4:21]','[25:53]','input73, input80','[25:53]'

The first column index is 0.

CategoricalInputs
[Required if you omit NumericInputs.] Specify input table columns that contain categorical values to include in the model. The syntax of categorical_input_columns is the same as the syntax of numeric_input_columns.
For information about columns that you must identify as categorical, see Identification of Categorical Columns.