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
path: root/demo
diff options
context:
space:
mode:
authorKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-02 20:38:44 +0400
committerKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-02 20:38:44 +0400
commit24b176cde9d05a31815f84efbd46d73cd2889ff8 (patch)
tree09d4e2d3799d5c06e34a3c87a73d150a2dfab528 /demo
parenta812761767db06710d5fd51b3489714ced4103ca (diff)
Add an entity relation task (an application to vw-search)
Diffstat (limited to 'demo')
-rw-r--r--demo/entityrelation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/entityrelation/Makefile b/demo/entityrelation/Makefile
index a8a970ee..c287d97c 100644
--- a/demo/entityrelation/Makefile
+++ b/demo/entityrelation/Makefile
@@ -1,6 +1,6 @@
SHELL=/bin/bash
VW=../../vowpalwabbit/vw
-search_option=--constraints --history_features --search_alpha 1e-8 --search_no_fastforward --search_no_snapshot --search_no_unsafe_fastforward
+search_option=--constraints --search_alpha 1e-8
eval_script=./evaluationER.py
.SECONDARY: