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
AgeCommit message (Collapse)Author
2010-12-06Add more tests: 1) really test -q (was noop) 2) test threadsariel faigon
+ rebase/merge with JL master, regenerate test ref files + Be explicit in on tested executable in 'make test'
2010-11-29Added more temp-files to .gitignoreariel faigon
2010-11-29Added *.cache and *.tgz to .gitignoreariel faigon
2010-04-20merged man fixes from yarikopticJohn Langford
2010-04-19Supports signed differences in the cache format. This uses the ↵Shravan M Narayanamurthy
ZigZagEncoding & Decoding to convert signed integers to unsigned integers and vice versa essentially using the lsb to represent sign instead of msb. While encoding the signed differences are first converted to unsigned differences & then RLEd into the cache. While decoding the unsigned differences are RL decoded from the cache and converted to signed differences. A new option to sort the features disregarding order of occurrence is provided to allow better compression. Also fixes a bug in compressed option. Currently, reading from stdin doesn't work with compressed option turned on. So we check this and bail out with an error message. This is an effect of using zlib.
2010-04-08NF: Generate a basic manpage for vw using help2manYaroslav Halchenko
2009-05-01add minimal program testGordon Rios
this is not a regression test just a little build sugar to reward folkswho want to verify their build is essentially working
2009-04-30minimal .gitignore incase folks build 2.3 directlyGordon Rios