[Spambayes-checkins] spambayes/Outlook2000 default_bayes_customize.ini,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Sun Oct 27 03:43:00 2002


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory usw-pr-cvs1:/tmp/cvs-serv22765/Outlook2000

Modified Files:
	default_bayes_customize.ini 
Log Message:
Make chi-combining the default.  Add

[Classifier]
use_chi_combining: False
use_gary_combining: True

if you want to use the former default for scoring.  The combining scheme
is purely a scoring-time decision.  It has no effect on training; there's
no need to retrain your database.


Index: default_bayes_customize.ini
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/default_bayes_customize.ini,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** default_bayes_customize.ini	25 Oct 2002 16:34:23 -0000	1.3
--- default_bayes_customize.ini	27 Oct 2002 03:42:58 -0000	1.4
***************
*** 15,17 ****
  
  [Classifier]
! #use_chi_squared_combining: True
--- 15,20 ----
  
  [Classifier]
! # Uncomment the next lines if you want to use the former default for
! # scoring.
! #use_chi_squared_combining: False
! #use_gary_combining: True