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-23in the middle---some bug in testJohn Langford
2014-04-17change stride to stride_shiftJohn Langford
2014-03-31error check all calls to callocJohn Langford
2014-02-07remove get_initial abstractionJohn Langford
2014-01-22more pointer to ref conversionJohn Langford
2014-01-22more pointer to ref conversionsJohn Langford
2014-01-21changed pointers to referencesJohn Langford
2014-01-11factored out more thingsJohn Langford
2014-01-10tweak foreach_feature to minimize time complexityJohn Langford
2014-01-10remove reference to global datastructure on inner loopJohn Langford
2014-01-10use ref instead of pointer in inner loopJohn Langford
2014-01-10removed label parser dereferenceJohn Langford
2014-01-08more void* removalJohn Langford
2014-01-08more void* removalJohn Langford
2014-01-08still doing void* removalJohn Langford
2014-01-08void* removal in processJohn Langford
2014-01-06breaking stuff: all reductions now need predictJake Hofman
2014-01-01consolidated gd_mf predict functionsJake Hofman
2014-01-01cleaned up base learner predict functionsJake Hofman
2014-01-01predict = test_only learn for base learnersJake Hofman
2014-01-01added predict to base learner interfaceJake Hofman
2013-12-25void* removalJohn Langford
2013-11-04minor simplificationJohn Langford
2013-11-04internalized increment calculationsJohn Langford
2013-11-02eliminated base from many placesJohn Langford
2013-11-01reductions now nonuniformJohn Langford
2013-10-31halfway through reduction restructureJohn Langford
2013-10-30eliminated driverJohn Langford
2013-10-30finish is autorecursiveJohn Langford
2013-10-30eliminated command_example() functionJohn Langford
2013-10-28learner definition rewritesJohn Langford
2013-10-26standardizing driverJohn Langford
2013-09-20Use initial prediction for matrix factorizationParag Agrawal
2013-09-04fix referenceJohn Langford
2013-09-04fixed audit for gd_mfJohn Langford
2013-05-13make learner datastructures privateJohn Langford
2013-04-09move all definitions in namespace VW to vw.hniruc
2013-04-04dead code removalJohn Langford
2013-04-04remove feature loops in bfgs.ccJohn Langford
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-04migrate weight_mask to regressor definitionJohn Langford
2013-04-01initial parser exposedunknown
2013-03-28save per passVaclav Petricek
2013-03-20make learner initialization functionalJohn Langford
2013-03-20cleaned learning algorithm interface per discussion with MiroJohn Langford
2013-03-20type the globalJohn Langford
2013-03-20uniform constructor naming convention for reductions and learning algorithmsJohn Langford