From 7e6a110269ee2688ce8aed4a05e1f5a5d42d97bb Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 17 May 2018 00:59:14 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ff69ec..8528565 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ This project use the dataset "Cencus Income" from the UCI repository, containing The dataset can downloaded from [here](http://archive.ics.uci.edu/ml/datasets/Adult) (specifically, the file adult.data). # Project Description +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftheofilis%2Fhadoop-naive-bayes.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftheofilis%2Fhadoop-naive-bayes?ref=badge_shield) + 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. + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftheofilis%2Fhadoop-naive-bayes.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftheofilis%2Fhadoop-naive-bayes?ref=badge_large) \ No newline at end of file