On 2/18/2014 5:58 PM, John Hardin wrote:
On Tue, 18 Feb 2014, Dave Pooser wrote:
BAYES_99 used to hit for emails that the naive Bayesian
classifier identified as 99% to 100% spam.
BAYES_99 is now split into two rules to give it finer gradient on
scores
for different percentages:
BAYES_99 99% to 99.9%
BAYES_999 99.9% to 100%
It would make my life a lot easier if instead BAYES_999 were an
additional
rule.
I agree, but doing that makes the auto-scoring a bit problematic.
Is there some reason the Bayes scores can't/shouldn't be static?
Well having learned the hard way, it doesn't appear that the perceptron
can score the new rules properly so they sort of have to be static ;-)