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

LEAVE A REPLY

Please enter your comment!
Please enter your name here