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 (Expand)Author
2014-07-23minor tweaksHal Daume III
2014-07-22pulled ezexample into vw instead of library, added library to runtestsHal Daume III
2014-07-10minor tweaks for compile warningsJohn Langford
2014-07-09Fix typo in boost comment.ariel faigon
2014-07-09Further refactor Makefiles. Much shorter.ariel faigon
2014-07-07More refactoring. Remove incorrect comment. Hopefully should work on mac.ariel faigon
2014-06-16Cleaner Makefile definitions; more reuse/refactoring of variables; safer on D...ariel faigon
2014-04-23in the middle---some bug in testJohn Langford
2014-04-23removed global_weight from exampleJohn Langford
2014-04-17change stride to stride_shiftJohn Langford
2014-04-02bump version numberJohn Langford
2014-02-25gd_mf_weights to dump matrix factorization modelJake Hofman
2014-02-16library/ezexample.h: index casts to quiet clang++ -Wchar-subscripts warningsariel faigon
2014-02-16library/Makefile: indent make if/else'sariel faigon
2014-02-13Merge pull request #239 from arielf/masterJohn
2014-02-08Merge pull request #2 from JohnLangford/masterMartin Thomas
2014-02-07Specify compiler in top-level MakefileMartin Thomas
2014-02-07Normalizing makefiles - using COMPILER consistently, passing flags in etc.Martin Thomas
2014-02-06Fix mising return value in library/ezexample.h: addf()ariel faigon
2014-01-10removed label parser dereferenceJohn Langford
2013-11-08catch up with masterVaclav Petricek
2013-11-05added affix functionalityHal Daume III
2013-11-03-O3Vaclav Petricek
2013-11-03murmurhash used + testcasesVaclav Petricek
2013-11-02Merge branch 'master' into recommend-mhVaclav Petricek
2013-11-01put makefile backHal Daume III
2013-11-01merge from masterVaclav Petricek
2013-11-01use murmurhashVaclav Petricek
2013-10-30finish is autorecursiveJohn Langford
2013-10-28Merge pull request #168 from hal3/masterJohn
2013-10-28learner definition rewritesJohn Langford
2013-10-27imperative searn working, including snapshotting; minor bug fixes for copying...Hal Daume III
2013-10-25minor bug fixHal Daume III
2013-10-25removed extraneous comments, fixed ezexample_trainHal Daume III
2013-10-25ezexample now has its own parser so it can be multithreadedHal Daume III
2013-10-25added library/ezexample_predict_threaded.ccHal Daume III
2013-10-25lda now consistent with old results (number of example mismatch fixed)Hal Daume III
2013-10-05refixed john's non-thread-safe code (with TODO to make it faster later), also...Hal Daume III
2013-09-25added missing filesHal Daume III
2013-09-25reverted to johns version so that he will want to pull stuff from me in the f...Hal Daume III
2013-09-25mergedHal Daume III
2013-05-12prettier error on exceptionVaclav Petricek
2013-05-12use boost::program_options instead of getoptVaclav Petricek
2013-05-07+progressVaclav Petricek
2013-04-25pulled johns changesHal Daume III
2013-04-24nothingHal Daume III
2013-04-14caught up with upstreamVaclav Petricek
2013-04-10fix library buildJohn Langford
2013-04-10Merge pull request #117 from petricek/recommendJohn
2013-04-09add main.cc and fix files in library to include vw.hniruc