Skip to content

Implemented Naive bayes classification algorithm using python programming.

Notifications You must be signed in to change notification settings

gr8Adakron/naive-bayes-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

naive-bayes-using-python

  1. Download pandas library of python (pip install pandas)

  2. Edit the csv file name in the python code according to your need. (at line no 120 naive_bayes.py)

  3. It will run for any of the csv file with n number of data and coloumn (Complete Dynamic code.)

  4. Also work for Laplacian Smoothing. No worry!

  5. Have fun!

About

Implemented Naive bayes classification algorithm using python programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages