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
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
2013-04-09add main.ccniruc
2013-04-08fix export_example bugJohn Langford
2013-04-06topN priority queueVaclav Petricek
2013-04-06fix for compile error in library_example due to checkin for cleanup of the vw...niruc
2013-04-05Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbit into rec...Vaclav Petricek
2013-04-05topN recommendationVaclav Petricek
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-02fix some silly bugsJohn Langford
2013-03-20cleaned learning algorithm interface per discussion with MiroJohn Langford
2013-03-04elminating example.passJohn Langford
2013-02-23example of multiple vw modelsJohn Langford
2013-01-15fixing MF save/loadJake Hofman
2013-01-15fixing MF save/loadJake Hofman
2013-01-15fixed memory leaks in ezexampleHal Daume III
2013-01-14fixed deep copy of label bugHal Daume III
2013-01-14more complete library makeJohn Langford
2013-01-14fix save_load bugsJohn Langford
2012-12-15changed push to push_backJohn Langford
2012-12-14index() changed to size() to match stlJohn Langford
2012-12-01fixed reentrants, removed importance from csoaa, added add_constant function ...Hal Daume III