NaiveBayesTextClassifierPredict 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ā„¢
InputTokenColumn
Specify the name of the input_table column that contains the tokens.
ModelType
[Optional] Specify the model type of the text classifier.
Default: 'Multinomial'
DocIDColumns
Specify the names of the input_table columns that contain the document identifier.
ModelTokenColumn
[Optional] Specify the name of the model_table column that contains the tokens.
Default: First column of model_table
ModelCategoryColumn
[Optional] Specify the name of the model_table column that contains the prediction categories.
Default: Second column of model_table
ModelProbColumn
[Optional] Specify the name of the model_table column that contains the token counts.
Default: Third column of model_table
TopK
[Optional] Specify the number of most likely prediction categories to output with their loglikelihood values (for example, the top 10 most likely prediction categories).
Default: All prediction categories
Specify either all or none of the arguments ModelTokenColumn, ModelCategoryColumn, and ModelProbColumn.