Predict the class labels using Bernoulli naive Bayes (BNB) classifier
Predictor of a Naive Bayes classifier. Perform classification on a table.
See https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html for more details
Input
Table
The input table
Learned model
The input model
Output
result
The output result