bradleypallen/ml-dev • On OSX : http://yet-another-data-blog.blogspot.com/2014/08/getting-started- with-vowpal-wabbit-part.html • On Windows : http://mlwave.com/install-vowpal-wabbit-on-windows-and-cygwin/
• Weight : is a +ve number indicating importance of example over others. Default :1 • Namespace is used for grouping features - string • Features - string[:float] [label][ Weight] | Namespace Feature ... Feature |Namespace Feature ... Feature https://github.com/JohnLangford/vowpal_wabbit/wiki/Input-format
• -t : test mode • -i : load predictor • -p <file_name> : save predictions • --passes <n> : iterate over data n times • --loss_function : loss function , default : squared loss • --l1 ,--l2 : lasso and ridge regularization • --oaa, --etc, --csoaa : multiclass classification