Prateek-Gupta1 / NaiveBayesianPython

Naive Bayes implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository is an implmentation of Naive Bayes algorithm in Python for the data set provided in the folder "data". The data was downloaded from the the link http://archive.ics.uci.edu/ml/datasets/Adult, courtsey of the authors of the dataset. Clone the repo and run the main.py file to see the Naive Bayes analysis of the dataset.

Sample Output

Screenshot

About

Naive Bayes implementation in Python

License:MIT License


Languages

Language:Python 100.0%