Gaussian Naive Bayes Algorithm

Gaussian Naive Bayes Algorithm is used when we are dealing with continuous data and uses Gaussian distribution.Using this supervised algorithm for our dataset, we have derived the confusion matrix that determines the performance of the model

Bernoulli Naive Bayes Algorithm

Bernoulli Naive Bayes Algorithm is used for discrete data, where features are only in binary form.Using this supervised algorithm for our dataset, we have derived the confusion matrix that determines the performance of the model

Gaussian Naive Bayes Algorithm

Click here

Bernoulli Naive Bayes Algorithm

Click here

The Code UI

Click here