top of page

Naive Bayes Classifiers (Two Classes)

Steps followed to create a Naive Bayes classifier (binary) in this notebook:

 

1. Create a dataset to be used

2. Convert feature variable dataset to encoded labels

3. Convert target variables to encoded labels

4. Choose algorithm

5. Train model

6. Get Prediction

​

You can download the notebook version here:

 

​

 

Below you can find the overview of the tutorials.

​

​

bottom of page