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-04-23refactor problem types a bitJohn Langford
2014-03-27factor cb parsing out of cb algorithmsJohn Langford
2014-03-26refactor cost_sensitive definitions out of csoaaJohn Langford
2014-03-25refactor multiclass out of oaaJohn Langford
2014-02-20more vs2012 tweaksU-NORTHAMERICA\jcl
2014-02-20Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitU-NORTHAMERICA\jcl
2014-02-20downgrade to VS2012 and add some fflushU-NORTHAMERICA\jcl
2014-02-07remove get_initial abstractionJohn Langford
2014-01-29baseline bag and cover approaches workingJohn Langford
2014-01-25various cbify improvementsJohn Langford
2014-01-24fix cs indexing bug, fix cb indexing bug, add cb testsJohn Langford
2014-01-22more pointer to ref conversionJohn Langford
2014-01-22more pointer to ref conversionsJohn Langford
2014-01-22conversion to &John Langford
2014-01-21changed pointers to referencesJohn Langford
2014-01-10Merge pull request #228 from hal3/masterJohn
2014-01-10removed label parser dereferenceJohn Langford
2014-01-09pulled john's changes, tests are ok, but some other things broke :( -- namely...Hal Daume III
2014-01-09finished void* removal in learner.hJohn Langford
2014-01-08more void* removalJohn Langford
2014-01-08void* removal in processJohn Langford
2014-01-08working on ldf searn, need to fix csoaa ldf -- warning about breaking stuff :PHal Daume III
2014-01-07Merge github.com:JohnLangford/vowpal_wabbitJake Hofman
2014-01-07reductions now have predict functions, but tests breakJake Hofman
2014-01-05Fix --progress checkpoints to account for current example and update them acc...ariel faigon
2014-01-04--progress <arg> option support: fix all dump_interval updaters.ariel faigon
2013-12-24initial cbify and a bugfixJohn Langford
2013-11-04internalized increment calculationsJohn Langford
2013-11-04mid changeJohn Langford
2013-11-02remove audit from offsetJohn Langford
2013-11-02eliminated base from many placesJohn Langford
2013-11-01reductions now nonuniformJohn Langford
2013-11-01new version of learner.h for easier nonuniform reductionJohn 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-30setup cb init routineJohn Langford
2013-10-29more standard driversJohn Langford
2013-09-05finish coding all reductionsZhen Qin
2013-08-31make cb workZhen Qin
2013-05-13make learner datastructures privateJohn Langford
2013-04-11change cb indexing for speedJohn Langford
2013-04-10finally fixed, forced stride * weights_per_problem to be divisible by 2Jake Hofman
2013-04-10in the midst of debugJake Hofman
2013-04-09move all definitions in namespace VW to vw.hniruc
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-01initial parser exposedunknown
2013-03-30fix windows build detailsU-NORTHAMERICA\jcl
2013-03-21syntactic sugar for calling reduction functionsJohn Langford