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>2014-07-12 05:30:13 +0400
committerariel faigon <github.2009@yendor.com>2014-07-12 05:30:13 +0400
commit0007de7507e23635fd2b7d0062121ca1ebac41a7 (patch)
tree57231945fe4a6f8088a38929c59d840c3936277e
parentda39277d7ac4aca062343169ec79d0c026fd9f29 (diff)
vw-hypersearch: add (log_multi cbify search top) to integer expecting options
-rwxr-xr-xutl/vw-hypersearch5
1 files changed, 4 insertions, 1 deletions
diff --git a/utl/vw-hypersearch b/utl/vw-hypersearch
index c130de2d..0946b2ef 100755
--- a/utl/vw-hypersearch
+++ b/utl/vw-hypersearch
@@ -467,11 +467,12 @@ sub is_integer_option($) {
|batch_sz
|bootstrap|B
|(?:csoaa|wap)(?:_ldf)?
- |cb
+ |cb(?:ify)?
|num_children
|holdout_(?:period|after)
|initial_pass_length
|lda
+ |log_multi
|lrq
|nn
|oaa
@@ -481,7 +482,9 @@ sub is_integer_option($) {
|ring_size
|examples
|searn
+ |search
|total
+ |top
|ngram
|skips
$}x);