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-05-02giant refactor of parse_argsJohn Langford
2014-05-02reorder some parsingJohn Langford
2014-05-01debug commitJohn Langford
2014-04-30Added help notes on ngrams and skips to indicate how to use them for a single...Michelangelo D'Agostino
2014-04-29minor fixesHal Daume III
2014-04-29changed argument names for searnHal Daume III
2014-04-23refactor problem types a bitJohn Langford
2014-04-17change stride to stride_shiftJohn Langford
2014-04-14avoid a double freeJohn Langford
2014-04-14close sockets when finishing parallel computeJohn Langford
2014-04-11Merge pull request #275 from benwing/masterJohn
2014-04-11No exception when stdin_offU-NORTHAMERICA\jcl
2014-04-10Add --port_file arg to write chosen port when '--port 0'Ben Wing
2014-03-31error check all calls to callocJohn Langford
2014-03-27factor cb parsing out of cb algorithmsJohn Langford
2014-03-26The : wildcard for quadratic interactions doesn't seem to work on Mac. Fixed...Michelangelo D'Agostino
2014-03-01fixed neighbor feature auditing, and affix feature storing in fileHal Daume III
2014-02-26fixed conflictJohn Langford
2014-02-26cleaner initialization for library to avoid memory leakJohn Langford
2014-02-20fix 32bit/64bit regressor file incompatibilityU-NORTHAMERICA\jcl
2014-02-03add print example base learnerJohn Langford
2014-01-29baseline bag and cover approaches workingJohn Langford
2014-01-24minor warning removalJohn Langford
2014-01-23reconcileJohn Langford
2014-01-22If doing LDA, don't set eta to 10 for "non default update rule".Juha Reunanen
2014-01-22On Windows, sockets are not file descriptors. Therefore _read, _write, and _c...Juha Reunanen
2014-01-21changed pointers to referencesJohn Langford
2014-01-11various windows fixesU-NORTHAMERICA\jcl
2014-01-10removed label parser dereferenceJohn Langford
2014-01-09added scorer reductionJohn Langford
2014-01-08removed precomputed_prediction in favor of base.updateJake Hofman
2014-01-07line chop + error fix in orderJohn Langford
2014-01-06clean-up old commented codeariel faigon
2014-01-06bugfix: initialization of dump_interval should be outside the if (...)ariel faigon
2014-01-05Initialize dump_interval for a simpler sequence of progress-update printsariel faigon
2014-01-04Order change so no need to recompute progress_strariel faigon
2014-01-04--quiet wins over --progress. Default --progress is "2.0"ariel faigon
2014-01-04better description for --quietariel faigon
2014-01-04Add --progress <arg> supportariel faigon
2014-01-02tweak alignment code in parse_args.cc and revert bs test changesPaul Mineiro
2013-12-31Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitHal Daume III
2013-12-31Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-12-31fix valgrind sourced bugsJohn Langford
2013-12-30fixed memory leakHal Daume III
2013-12-28merge upstream masterPaul Mineiro
2013-12-28disabled mf in favor of gd_mf for time beingJake Hofman
2013-12-27merged from jl masterJake Hofman
2013-12-26Clean up to reduce coupling: move initial_constant stuff into gd.ccariel faigon
2013-12-26Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitariel faigon
2013-12-26Support --constant/-C <initial_constant_value> optionariel faigon