Implementation of data science algorithms using python. This project consists of the following algorithms:
- Naive Bayes Classifier.
- pima-indians-diabetes.data - Pima Indians Diabetes Database ( https://archive.ics.uci.edu/ml/machine-learning-databases/pima-indians-diabetes )
These instructions will get you a brief idea on setting up the environment and running on your local machine for development and testing purposes.
Prerequisities
- python2.7
Setup and running tests
- 
Run python -Vto check the installation
- 
Install all the required libraries. 
- 
Execute the following commands from terminal to run the tests: python naivebayesclassifier.py