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-02simpler optionsJohn Langford
2015-01-01test now passingJohn Langford
2014-12-27fix python compileJohn Langford
2014-12-26simplify argument specificationJohn Langford
2014-12-23easier calloc_or_dieJohn Langford
2014-11-25fixes to new_mfJake Hofman
2014-05-22removed feature_mask_idxJohn Langford
2014-05-06recursive option traversal and discoveryJohn Langford
2014-05-02giant refactor of parse_argsJohn Langford
2014-04-30VS2012 typefixes and bugfixesU-NORTHAMERICA\jcl
2014-04-17change stride to stride_shiftJohn Langford
2014-04-09parse_regressor.cc: revert exit(1) to throw exception()ariel faigon
2014-04-08vowpalwabbit/parse_regressor.cc: better error handling on -b mismatchariel faigon
2014-03-31error check all calls to callocJohn Langford
2014-03-20fix duplicate cubic crossings when loading modelHui Gao
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-26make sure to load initial regressor after feature mask, if it existsAlex Grubb
2013-11-16fix bug with feature_mask header and options overriding header from initial_r...Alex Grubb
2013-11-07bug fixes related to per-feature regularizationRukshan Batuwitage
2013-11-01reductions now nonuniformJohn Langford
2013-10-25lda now consistent with old results (number of example mismatch fixed)Hal Daume III
2013-10-15Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitHal Daume III
2013-10-14Merge pull request #154 from martinthomas/masterJohn
2013-10-14Zero the ngram and skip arrays before useMartin Thomas
2013-10-01added note and warning about initial regressorHal Daume III
2013-09-25reverted to johns version so that he will want to pull stuff from me in the f...Hal Daume III
2013-09-25going to revert to john because he will not accept my patches :(Hal Daume III
2013-09-05printout tweak for gd, bfgs, oaaZhen Qin
2013-08-20cleaner feature maskZhen Qin
2013-08-13make it work for gdZhen Qin
2013-08-10Merge branch 'master' into save_bestZhen Qin
2013-08-07clearer logic and bug fixZhen Qin
2013-08-06merge masterZhen Qin
2013-08-01--save_best_model based on holdout lossZhen Qin
2013-07-31more general holdout_validZhen Qin
2013-07-23var name modified and cleaningZhen Qin
2013-07-22--feature_mask using weight vector to save maskZhen Qin
2013-07-12map structure change and bug fixZhen Qin
2013-07-06support both readable and truly_readableZhen Qin
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-04migrate weight_mask to regressor definitionJohn Langford
2013-03-21syntactic sugar for calling reduction functionsJohn Langford
2013-03-20cleaned learning algorithm interface per discussion with MiroJohn Langford
2013-03-04ngrams work on namespaces nowJohn Langford
2013-02-23exit to exception conversionJohn Langford
2013-02-22fix double pairing bugJohn Langford
2013-02-07rename io io_bufJohn Langford
2013-02-06fix a bug in finalizationJohn Langford
2013-01-21first compiling versionJohn Langford