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 (Collapse)Author
2014-12-27fix python compileJohn Langford
2014-12-27remove & from setupJohn Langford
2014-12-27remove & from setupJohn Langford
2014-12-27remove new for learnerJohn Langford
2014-12-27detemplate learnerJohn Langford
2014-12-27unified type structure of reductionsJohn Langford
2014-12-26remove spurious referenceJohn Langford
2014-12-26remove spurious declarationJohn Langford
2014-12-26simplify argument specificationJohn Langford
2014-12-26pointer to ref in many casesJohn Langford
2014-12-26Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2014-12-26correct early terminationJohn Langford
2014-12-26Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2014-12-26change loss checking to loss computationJohn Langford
2014-12-23Merge pull request #477 from grafke/masterJohn
Fixed average loss reporting
2014-12-23Fixed average loss reportingPaulius Klyvis
2014-12-23calloc tweakJohn Langford
2014-12-23easier calloc_or_dieJohn Langford
2014-12-21bumpJohn Langford
2014-12-21fixed CB evaluation problemJohn Langford
2014-12-21Merge pull request #476 from evanj/masterJohn
log_multi.cc: Initialize node.preds with v_init.
2014-12-21Merge pull request #460 from grafke/masterJohn
A new algorithm: FTRL http://www.eecs.tufts.edu/~dsculley/papers/ad-click-prediction.pdf
2014-12-19log_multi.cc: Initialize node.preds with v_init.Evan Jones
When stack allocated, the preds v_array is filled with arbitrary data, so calling node.preds.erase() attempts to use a pointer that was not malloced.
2014-12-16epsilon test commitJohn Langford
2014-12-16used casting to disambiguate to_stringJohn Langford
2014-12-11reverted back change (3)Paulius Klyvis
2014-12-11updated_prediction to pred.scalar in progressive validationPaulius Klyvis
2014-12-11-> to .Paulius Klyvis
2014-12-11typoPaulius Klyvis
2014-12-11normalized_sum_norm_x to vwPaulius Klyvis
2014-12-11normalized_sum_norm_x to vwPaulius Klyvis
2014-12-11removed line 121, changed ec.updated_prediction to ec.pred.scalar, ↵Paulius Klyvis
update_weight now uses foreach_feature template
2014-12-10use foreach templatePaulius Klyvis
2014-12-07fixing kernel svm regressor settingsAlekh Agarwal
2014-12-07Merge remote-tracking branch 'upstream/master' into er-bug-fixKai-Wei Chang
2014-12-07Merge remote-tracking branch 'origin' into er-bug-fixKai-Wei Chang
2014-12-07Entity-relation memory leak fixKai-Wei Chang
2014-12-07remove linux warningJohn Langford
2014-12-07fix vs compile bugsYour Name
2014-12-07little tweaksJohn Langford
2014-12-06fixed memory bugs in ksvmJohn Langford
2014-12-06bug fix from HalJohn Langford
2014-12-06various bugfixesJohn Langford
2014-12-05fixed g errorgrf
2014-12-05fixed g errorgrf
2014-12-04changed argument type in save_load_online_statePaulius Klyvis
2014-12-04use ec.pred.scalar instead of ec.l.simple.predictionPaulius Klyvis
2014-12-02fixed ftrl_alpha and ftrl_beta defsPaulius Klyvis
2014-12-02use save_load_online_state from gd.cc v4Paulius Klyvis
2014-12-02use save_load_online_state from gd.cc v3Paulius Klyvis