Home
last modified time | relevance | path

Searched refs:holdout_off (Results 1 – 14 of 14) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/
H A DRunTests800 …ts/cs_test.ldf -p cs_test.ldf.wap.predict --passes 10 --invariant --wap_ldf multiline --holdout_off
805 {VW} -k --oaa 10 -c --passes 10 train-sets/multiclass --holdout_off
809 {VW} -k --ect 10 --error 3 -c --passes 10 --invariant train-sets/multiclass --holdout_off
822 … train-sets/zero.dat --loss_function=squared -b 20 --bfgs --mem 7 --passes 5 --l2 1.0 --holdout_off
836 … -c -d train-sets/seq_small --passes 12 --invariant --search 4 --search_task sequence --holdout_off
849 {VW} -k -c -f models/xxor.model train-sets/xxor.dat --cubic abc --passes 100 --holdout_off --progre…
887 {VW} -d train-sets/affix_test.dat -k -c --passes 10 --holdout_off --affix -2
903 … train-sets/topk.vw -f topk.model -q MF --passes 100 --cache_file topk-train.cache -k --holdout_off
913 {VW} -k --passes 100 -c --holdout_off --constant 1000 -d train-sets/big-constant.dat
943 {VW} -k -d train-sets/lda-2pass-hang.dat --lda 10 -c --passes 2 --holdout_off
[all …]
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/cluster/
H A Dsingle_machine7 … -d head_data --cache_file c0 -k --passes 100 --span_server localhost --holdout_off > node_0 2>&1 &
8 … 1 --unique_id 0 -d tail_data --cache_file c1 -k --passes 100 --span_server localhost --holdout_off
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/demo/movielens/
H A DMakefile51 -k --cache_file $@.cache -d $(word 2,$+) --holdout_off \
80 -k --cache_file $@.cache -d $(word 2,$+) --holdout_off \
109 -k --cache_file $@.cache -d $(word 2,$+) --holdout_off \
H A Ddo-lrq-hogwild19 …/vw --loss_function quantile -l 0.45 -b 24 -d ml-1m.ratings.train.vw --holdout_off --lrq um14 --lr…
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/library/
H A Dtrain.sh3 …it/vw -c -d train -f train.w -q st --passes 100 --hash all --noconstant --csoaa_ldf m --holdout_off
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/demo/mnist/
H A Ddo-mnist8m-train19 -b 24 --adaptive --invariant --holdout_off \
H A Ddo-mnist8mpng-train26 -b 20 --adaptive --invariant --holdout_off \
H A Ddo-mnist8m11png-train26 -b 20 --adaptive --invariant --holdout_off \
H A Ddo-mnistpng-train26 -b 20 --adaptive --invariant --holdout_off \
H A Ddo-mnist-train25 -b 24 --adaptive --invariant --holdout_off \
H A Ddo-mnist11png-train27 --nn 2 --inpass --holdout_off \
H A Ddo-mnist-hogwild-train28 -b 24 --adaptive --invariant --holdout_off \
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/demo/ocr/
H A DMakefile39 --adaptive --invariant --holdout_off \
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dparser.cc136 bool is_test_only(uint32_t counter, uint32_t period, uint32_t after, bool holdout_off, uint32_t tar… in is_test_only() argument
138 if(holdout_off) return false; in is_test_only()