Input
ExecutionExecution trigger that begins Multinomial Naive Bayes training
AI/ML/Classification
Fit/Train a Multinomial Naive Bayes classifier, the standard baseline for text and other count data. Features must be non-negative counts or TF-IDF weights, which is what the Fit TF-IDF Vectorizer node produces. Native multi-class support and a single pass over the data.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger that begins Multinomial Naive Bayes training
Choose which backend supplies the training data
Additive (Laplace/Lidstone) smoothing added to every feature count. 1.0 is the usual choice; smaller values trust the training counts more, and 0 disables smoothing so any term unseen in a class makes that class impossible.
Activated once training completes
Thread-safe handle to the trained Multinomial Naive Bayes classifier