Discussion:
[Scikit-learn-general] MultinomialNB Scikit-learn question
Diego Vergara
2016-09-26 23:10:25 UTC
Permalink
Hi Scikit-learn developer team. I have a query in which I need help.

How does it work sample weight in MultinomialNB ?, Is there any documentation or equation?.

In the original equation (http://scikit-learn.org/stable/modules/naive_bayes.html#multinomial-naive-bayes <http://scikit-learn.org/stable/modules/naive_bayes.html#multinomial-naive-bayes>), weights applied to individual samples, throws me bad results.

Best regards, thank you for your answers.

Loading...