aboutsummaryrefslogtreecommitdiffstats
path: root/conf/statistic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r--conf/statistic.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf
index e574d0027..513b0c510 100644
--- a/conf/statistic.conf
+++ b/conf/statistic.conf
@@ -50,10 +50,10 @@ return function(task, is_spam, is_unlearn)
local cl
if is_spam then
cl = 'spam'
- in_class = prob >= 0.9
+ in_class = prob >= 0.95
else
cl = 'ham'
- in_class = prob <= 0.1
+ in_class = prob <= 0.05
end
if is_unlearn and (not in_class) then