Skip to content

xuqiang/hadoop-naive-bayes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes on Hadoop

This project use the dataset "Cencus Income" from the UCI repository, containing data about the prediction of income of some people.

The dataset can downloaded from here (specifically, the file adult.data).

Project Description

For this project we implement a Naive Bayes classifier on Hadoop and test it on “Cencus Income” dataset.

Preprocess

For the numerical attributes we implemented a discretization with MapReduce on Hadoop.

About

Project on Apache Hadoop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%