NLTK Tutorial 16 Question

by: shaobin675, 7 years ago


Hello Harrison,
  After watching Combining Classifiers, I run the code myself. And Caught the following error
  no unique mode; found 2 equally common values
  The error is pointing to
print("voted_classifier accuracy percent:", (nltk.classify.accuracy(voted_classifier, testingset))*100)

  Please help!
  Thank you!



You must be logged in to post. Please login or register an account.