muatik / naive-bayes-classifier

yet another general purpose naive bayesian classifier.
MIT License
172 stars 72 forks source link

fixes some bugs about lib importing #1

Closed nejdetckenobi closed 10 years ago

nejdetckenobi commented 10 years ago

reduce() usage compatibility for Python3 dict.iteritems -> dict.items library importing issues fixed.