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

train.sh « library - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0d5f121eaaad7ace4349399d36489c5c78f638a (plain)
1
2
3
4
5
#!/bin/bash
rm -f train.cache train.w
../vowpalwabbit/vw -c -d train -f train.w -q st --passes 100 --hash all --noconstant --csoaa_ldf m --holdout_off
../vowpalwabbit/vw -t -d train -i train.w -p train.pred --noconstant