diff options
Diffstat (limited to 'tests/do-dga.sh')
-rwxr-xr-x | tests/do-dga.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/do-dga.sh b/tests/do-dga.sh index d53cc1bd9..93408a012 100755 --- a/tests/do-dga.sh +++ b/tests/do-dga.sh @@ -4,9 +4,9 @@ cd "$(dirname "${0}")" # Baseline performances ------------------------------------------------------------------------------------------------ # Important notes: BASE values must be integers examples and represents percentage (e.g. 79%, 98%). -BASE_ACCURACY=71 +BASE_ACCURACY=69 BASE_PRECISION=89 -BASE_RECALL=49 +BASE_RECALL=41 # ---------------------------------------------------------------------------------------------------------------------- DGA_EVALUATE="./dga/dga_evaluate" |