Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 256 Bytes

File metadata and controls

4 lines (3 loc) · 256 Bytes

HotelReviewClassifier

The nblearn.py script creates a naive bayes model (nbmodel.txt) out of training data. The nbclassify.py script reads the model from nbmodel.txt and then classifies the test data in truthful/deceptive and positive/negative classes.