SA Bugzilla – Bug 833
Tool to help hand tweaking of GA'd scores
Last modified: 2002-10-17 04:01:42 UTC
There should be a command-line tool which can be given spam and non-spam corpusii, plus a scores file, and spit out the FP and FN rate, plus the fitness value of the rule set; that way if someone thinks that the GA made a bad score, they can fiddle with the score and see if that improves things, and if it does they'll have the evidence to back it up. And if we find rules for which human intuition does better than the GA, we can use that info to tweak the way the GA works to produce better results.
Oh, BTW... Please don't add a new bug saying "revise this old bug", it's extremely annoying. You can just add a comment to the actual bug...
Subject: Re: [SAdev] Tool to help hand tweaking of GA'd scores On Sat, Oct 12, 2002 at 03:24:14PM -0700, bugzilla-daemon@hughes-family.org wrote: > Oh, BTW... Please don't add a new bug saying "revise this old bug", it's > extremely annoying. You can just add a comment to the actual bug... Hmmm. This should have gone against bug 1108. :| Oops.
about time I closed this. This has been in CVS, for a while, called "fp-fn-statistics" ;) You simply run mass-check, tweak the scores, and run this; it'll spew out the FP/FN rate, and a TCR. Repeat steps 2 and 3 to taste.