Python Bayesian classifier

Reverend is a really simple-to-use plugin Bayesian classifier; just feed it some strings and tell them what class each string is in, and then it will guess (in a Bayesian sense) which class newly presented strings should be in. That’s really clever.

And importing it as from reverend.thomas import Bayes is just neat :-)

2 Responses to “Python Bayesian classifier”

  1. I combined the Bayesian classifier with a lexical database … end result … you can train(‘bad‘, ‘crime‘) and guess(‘murder‘) … guesses ‘bad‘.Its pretty neat and it has a web interface at http://jrhicks.net/reverend

    Jeffrey Hicks
  2. what the heck?

    KP

Leave a Reply