[Spambayes] There Can Be Only One

Skip Montanaro skip@pobox.com
Thu, 26 Sep 2002 07:12:07 -0500


    Tim> Speaking of which, are you going to follow up on

    Tim> http://mail.python.org/pipermail-21/spambayes/2002-September/000211.html

I forgot about that.  Thanks for reminding me.

Okay, I just created fpfn.ini with just these options:

    [TestDriver]
    show_false_positives = False
    show_false_negatives = True
    show_charlimit = 500000

and ran

    BAYESCUSTOMIZE=fpfn.ini timcv.py -n10 --ham=200 --spam=200 -s12345

The rather large results are available at either of

    http://manatee.mojam.com/~skip/public_html/fpfn.zip
    http://manatee.mojam.com/~skip/public_html/fpfn.out

The .out file is about 1.5MB.  The .zip file about 450KB.

I haven't scanned the output yet myself.  Got a kid to get off to school and
plumbers coming at 8...

Skip