top of page

Naive Bayes Classifiers (Multi-label)

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

 

1. Get encoded dataset

2. Split dataset into training and test data

3. Create model

4. Evaluate model

​

You can download the notebook version here:

 

​

​

Below you can find the overview of the tutorials.

​

bottom of page