Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh6v committed Mar 31, 2017
1 parent 7bf6427 commit 264d8d3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# NaiveBayes
Mutlinomial and Bernoulli Naive Bayes using scikit-learn Python
# ML Classifiers

Naive Bayes Classifier for Insult/ Not Insult data. Used both,
1. Mutlinomial Naive Bayes
2. Bernoulli Naive Bayes

Preprocessing + Random Forest for Moive review
* Preprocessing with nltk library. Removing stopwords
* 100 desicion trees were used to in the Random Forest

0 comments on commit 264d8d3

Please sign in to comment.