Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 402 Bytes

File metadata and controls

8 lines (6 loc) · 402 Bytes

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