Skip to content

Commit f0aebbe

Browse files
authored
Update number of acceptable classification errors. (#7026)
* Update number of acceptable classification errors. * Update number of acceptable errors when using --all
1 parent 5e5d705 commit f0aebbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cross-validation

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Number of acceptable classification errors.
44
# It should only be decreased.
5-
ACCEPTABLE_ERRORS = 19
5+
ACCEPTABLE_ERRORS = 14
66

77
# Number of acceptable classification errors when using --all.
88
# It should only be decreased.
9-
ACCEPTABLE_ERRORS_ALL = 777
9+
ACCEPTABLE_ERRORS_ALL = 744
1010

1111
# Avoid buffering output.
1212
STDOUT.sync = true

0 commit comments

Comments
 (0)