Skip to content

Commit

Permalink
Update number of acceptable classification errors. (#7026)
Browse files Browse the repository at this point in the history
* Update number of acceptable classification errors.

* Update number of acceptable errors when using --all
  • Loading branch information
DecimalTurn authored Sep 3, 2024
1 parent 5e5d705 commit f0aebbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/cross-validation
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Number of acceptable classification errors.
# It should only be decreased.
ACCEPTABLE_ERRORS = 19
ACCEPTABLE_ERRORS = 14

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

# Avoid buffering output.
STDOUT.sync = true
Expand Down

0 comments on commit f0aebbe

Please sign in to comment.