Naive Bayes Classifier Input - 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ā„¢

NaiveBayesMap Input Table Schema

The table has the training data. Each row represents one observation.

Column Data Type Description
response_column VARCHAR, BYTEINT, or INTEGER Response for observation.
Function ignores rows that have NULL in this column.
numeric_input_column Any numeric SQL data type [Column appears once for each specified numeric_input_column.] Numeric value to include in model.
categorical_input_column VARCHAR or INTEGER [Column appears once for each specified categorical_input_column.] Categorical value to include in model.