anjbapat / Text-classification

Naive bayes classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-classification

Naive bayes classifier

  • Classifying reviews into positive and negative.
  • Implemented Review length baseline model, which takes into account length of model. All reviews greater than 50 words in length is considered as positive and rest negative.
  • Implementation of Naïve Bayes classifier

About

Naive bayes classifier


Languages

Language:Jupyter Notebook 100.0%