June 19, 2009
10:28 a.m.
I notice a proliferation of choices in SpamBayes of where to store my training data (pickle, ZODB, etc.) Is any one of these markedly better than any other? -- Dave Abrahams BoostPro Computing http://www.boostpro.com
June 2009
10:47 a.m.
Dave> I notice a proliferation of choices in SpamBayes of where to store Dave> my training data (pickle, ZODB, etc.) Is any one of these Dave> markedly better than any other? It all depends how long you use the database after opening it and how big it is. I use pickled files and sb_bnfilter.py to score messages. That version of sb_filter.py fires off a backend server which stays alive for awhile. That helps amortize the cost of decoding the pickle. Skip
6103
Age (days ago)
6104
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams -
skip@pobox.com