evanpurkhiser / CS-Karat-Sleuth

A simplistic spam heuristics tool written in the Ruby programming language – Fall 2013 AI
MIT License
0 stars 0 forks source link

Make classifier pipeline-compatible #9

Closed hmm34 closed 10 years ago

hmm34 commented 10 years ago

Turn the classifier into a pipeline so that we can classify using bayesian filtering as well as other methodologies. This involves transforming the present bayesian filtering to return a probability as opposed to "spam"/"ham". For example, values ranging (-1,1), where anything positive is ham and anything negative is spam.