Naive Bayes Classifier 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ā„¢
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 to treat as 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 to treat as 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 numeric or categorical, see Identification of Numeric and Categorical Columns.