Bayes

Spam Filtering: Bayes

Configuration

The bayesian filter requires training before it can effectively differentiate between spam and ham. The training database currently contains ${nspam} spam and ${nham} ham (ratio 1 : ${"%.1f" % (float(nham)/float(nspam))}) (ratio ${"%.1f" % (float(nspam)/float(nham))} : 1) submissions.

Resetting the training database can help when training was incorrect and is producing bad results.

The minimum number of spam and ham in the training database before the filter starts affecting the karma of submissions.

Training

While you can train the spam filter from the “Spam Filtering → Monitoring” panel in the web administration interface, you can also manually train the filter by entering samples here, or check what kind of spam probability currently gets assigned to the content.


Error: ${error} Score: ${round(score * 100, 2)}%