[Spambayes] training on very small ham sets, normal sized spamsets.

Anthony Baxter anthony@interlink.com.au
Tue Oct 29 09:50:16 2002


>>> "Rob W.W. Hooft" wrote
> Anthony Baxter wrote:
> > So I hacked on timcv.py and msgs.py to add options 'spam-test', 
> > 'spam-train', 'ham-test' and 'ham-train', to allow you to set 
> > the training set size separately to the testing set size.
> > I haven't checked this in because it will break everyone's 
> > test scripts - --spam= will no longer be distinct, and getopt
> > will gripe. Let me know if I should check this in anyway - I 
> > think it's useful, but YMMV.
> 
> Can you fix the backward compatibility by adding --spam and --ham
> and --spam-keep and --ham-keep options that do both?

Nah - getopt doesn't like it.

Anthony