Gaussian Naive Bayes Implementation in Python Sklearn

Gaussian Naive Bayes Implementation in Python Sklearn

This classifier is used when the predictors are boolean in nature and it is assumed they follow Bernoulli distribution.

iii) Multinomial Naive Bayes

This classifier uses multinomial distribution and is mostly used for document or text classification problems

Follow Us

Leave a Reply

Your email address will not be published. Required fields are marked *