Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2013-12-26 10:24:58 +0400
committerariel faigon <github.2009@yendor.com>2013-12-26 10:24:58 +0400
commit706b550c88d4bc902ca4e01bab42e15178e4ec0b (patch)
tree58ed41940d0ebf088139d078e243c4a884afeb15 /test/RunTests
parent4bc678ecede1b1b9b5b25476326bdacb0613a0e2 (diff)
Add train-set and test-case for new --constant option
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/RunTests b/test/RunTests
index ded7e934..bf81e496 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -753,3 +753,10 @@ __DATA__
train-sets/ref/topk-rec.stdout
train-sets/ref/topk-rec.stderr
train-sets/ref/topk-rec.predict
+
+# Test 35: non-centered data-set where constant >> 0
+# To test the new --constant option without which performance is very weak
+{VW} -k --passes 100 -c --holdout_off --constant 1000 -d train-sets/big-constant.dat
+ train-sets/ref/big-constant.stderr
+
+