You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.