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
2015-01-02required and optional optionsJohn Langford
2015-01-02simpler optionsJohn Langford
2015-01-01test now passingJohn Langford
2014-12-31now working through test suiteJohn Langford
2014-12-27fix conflictsJohn Langford
2014-12-27fix python compileJohn Langford
2014-12-26fix conflictsJohn Langford
2014-12-26simplify argument specificationJohn Langford
2014-12-26pointer to ref in many casesJohn Langford
2014-12-26fix conflictsJohn Langford
2014-12-23easier calloc_or_dieJohn Langford
2014-12-09fix merge conflictsJohn Langford
2014-12-06various bugfixesJohn Langford
2014-12-02separate optionsJohn Langford
2014-11-18added feature limitingJohn Langford
2014-11-15Revert "made label type explicit for examples"John Langford
2014-11-14made label type explicit for examplesJohn Langford
2014-09-21beginning replacement of searn with searchHal Daume III
2014-07-09more refactoringJohn Langford
2014-07-09more refactoringJohn Langford
2014-06-19active factoring compilesJohn Langford
2014-06-19resolve conflictJohn Langford
2014-06-14busy refactoring activeJohn Langford
2014-05-26fixed merge issuesU-NORTHAMERICA\jcl
2014-05-22removed feature_mask_idxJohn Langford
2014-05-19use strerror(errno) for error reporting throughoutSam Steingold
2014-05-06new options parsing passes testsJohn Langford
2014-05-06recursive option traversal and discoveryJohn Langford
2014-05-02giant refactor of parse_argsJohn Langford
2014-04-17change stride to stride_shiftJohn Langford
2014-04-01renamed local_update and initialized min_labelJohn Langford
2014-03-31error check all calls to callocJohn Langford
2014-02-20more vs2012 tweaksU-NORTHAMERICA\jcl
2014-01-23reconcileJohn Langford
2014-01-22Added new param lda_epsilon to replace the hard-coded convergence threshold u...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-10removed label parser dereferenceJohn Langford
2014-01-08void* removal in processJohn Langford
2014-01-05Initialize dump_interval for a simpler sequence of progress-update printsariel faigon
2014-01-04remove redundant types for progress_* vars from the constructorariel faigon
2014-01-04Add --progress <arg> supportariel faigon
2013-12-26Clean up to reduce coupling: move initial_constant stuff into gd.ccariel faigon
2013-12-26Support --constant/-C <initial_constant_value> optionariel faigon
2013-11-07added ability to compute spelling featuresHal Daume III
2013-11-05pulled john's changesHal Daume III
2013-11-05added affix functionalityHal Daume III
2013-11-04mid changeJohn Langford
2013-11-01reductions now nonuniformJohn Langford
2013-10-31holdout with multiline examples is working, and you can also holdout after so...Hal Daume III