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:
authorAlex Grubb <agrubb@cmu.edu>2013-11-26 08:43:18 +0400
committerAlex Grubb <agrubb@cmu.edu>2013-11-26 08:46:06 +0400
commit2dc0e0fede67dcf02624ccaa866c2f800d680f84 (patch)
tree6582439be32ac40255f78cf262eb1d7878d515b3 /test/RunTests
parent62735ca4925362ff977b147089701e1965609dc5 (diff)
add test for --initial_regressor and --feature_mask case
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/RunTests b/test/RunTests
index 8d2aaf2d..461d2290 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -736,9 +736,13 @@ __DATA__
train-sets/ref/mask.stderr
# Test 31: train model using --feature_mask
-{VW} -d train-sets/0001.dat --invert_hash remask.predict --feature_mask models/mask.model
+{VW} -d train-sets/0001.dat --invert_hash remask.predict --feature_mask models/mask.model -f models/remask.model
train-sets/ref/remask.stderr
+# Test 31: train model using --feature_mask and --initial_regressor
+{VW} -d train-sets/0001.dat --feature_mask models/mask.model -i models/remask.model
+ train-sets/ref/remask.final.stderr
+
# Test 32: train model for topk recommender
{VW} -d train-sets/topk.vw -f topk.model -q MF --passes 100 --cache_file topk-train.cache -k --holdout_off
train-sets/ref/topk-train.stdout