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-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
2013-10-30eliminated command_example() functionJohn Langford
2013-08-10Merge branch 'master' into save_bestZhen Qin
2013-08-09fixed initialization bug and holdout_off required by testJohn Langford
2013-08-07clearer logic and bug fixZhen Qin
2013-08-06merge masterZhen Qin
2013-08-02add --save_no_win arg for early stoppingZhen Qin
2013-07-31more general holdout_validZhen Qin
2013-07-24--holdout arg to use examples for test onlyZhen Qin
2013-07-23var name modified and cleaningZhen Qin
2013-07-22--feature_mask using weight vector to save maskZhen Qin
2013-07-19fix little bugJohn Langford
2013-07-101st impl of --maskZhen Qin
2013-07-06support both readable and truly_readableZhen Qin
2013-07-05var name change, check before insertZhen Qin
2013-07-04first implementation of truely readable model. use --truely_readable_model argZhen Qin
2013-05-13Merge github.com:JohnLangford/vowpal_wabbitniruc
2013-05-13make learner datastructures privateJohn Langford
2013-05-03Merge github.com:JohnLangford/vowpal_wabbitniruc
2013-05-01add support for max_examples in VW for TLCniruc
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-04migrate stride to regressor datastructureJohn Langford
2013-03-24Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-03-21syntactic sugar for calling reduction functionsJohn Langford
2013-03-20Merge remote-tracking branch 'upstream/master'Nikos Karampatziakis
2013-03-20active learning and daemon decoupledNikos Karampatziakis
2013-03-20cleaned learning algorithm interface per discussion with MiroJohn Langford
2013-03-20type the globalJohn Langford