#12362 closed defect (fixed)
Add function to reduce number of entries in Bayes database
Reported by: | Ryan J Ollos | Owned by: | Dirk Stöcker |
---|---|---|---|
Priority: | normal | Milestone: | plugin - spam-filter |
Component: | plugin/spamfilter | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Added function to reduce number of entries in Bayes database. |
||
API Changes: | |||
Internal Changes: |
Description
Implemented in [14558,14559]. Documentation edited in SpamFilter@21.
Attachments (0)
Change History (5)
follow-up: 3 comment:1 by , 9 years ago
Component: | general → plugin/spamfilter |
---|---|
Milestone: | → plugin - spam-filter |
Owner: | set to |
Resolution: | → fixed |
Status: | new → closed |
follow-up: 4 comment:3 by , 9 years ago
Replying to Ryan J Ollos:
Question: What would be an indication that I'd need to run the reduce function?
The documentation says Do not use these options if everything works. What symptoms would you expect when things aren't working?
Slow bayes tests as written in the admin panel. E.g. on my system with about 200'000 lines Bayes took 4-5 seconds. That's too much for a local test.
comment:4 by , 9 years ago
Replying to Dirk Stöcker:
Slow bayes tests as written in the admin panel. E.g. on my system with about 200'000 lines Bayes took 4-5 seconds. That's too much for a local test.
Interesting. So on the Spam Filtering: Bayes page (/admin/spamfilter/bayes
) you input content in the Training textarea and run Test? I haven't used that feature yet.
comment:5 by , 9 years ago
That's a setup feature only, even if it's nice :-) No - You get trac.log entries for long-running tests. And when you get many entries for bayes, then something is wrong :-)
Question: What would be an indication that I'd need to run the reduce function?
The documentation says Do not use these options if everything works. What symptoms would you expect when things aren't working?