Flow
sklearn.naive_bayes.MultinomialNB

sklearn.naive_bayes.MultinomialNB

Visibility: public Uploaded 14-08-2021 by Sergey Redyuk sklearn==0.20.1 numpy>=1.8.2 scipy>=0.13.3 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.20.1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Naive Bayes classifier for multinomial models The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work.

Parameters

alphaAdditive (Laplace/Lidstone) smoothing parameter (0 for no smoothing)default: 1.0
class_priorPrior probabilities of the classes. If specified the priors are not adjusted according to the data.default: null
fit_priorWhether to learn class prior probabilities or not If false, a uniform prior will be useddefault: true

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table