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-07-28Append test and . to PATH so shell scripts are found more easilyariel faigon
2014-07-27Add empty-set test (getting SEGV on bad builds so good to cover this)ariel faigon
2014-07-27Add support for generic external tests or shell scripts; Add daemon test; ↵ariel faigon
Removenon-generic ezexample code (now supported in a nicer, generic way)
2014-07-27Added daemon-testariel faigon
2014-07-24Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitariel faigon
2014-07-24Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2014-07-24fix daemon mode breakageJohn Langford
2014-07-24Merge pull request #348 from qiaomuf/masterJohn
Fix float point overflow when doing pass up
2014-07-24Fix float point overflow when doing pass upQiao Mu
The old way of rounding floor(x/((float)sizeof(int)))*sizeof(int)) will cause overflow when x is greater than 203672784. For example, if x is 203672792, the above expression will give 203672800. When this bigger value is minus by parent_sent_pos, negative value can be generated which is later assigned to an unsigned integer. This will cause the whole learning fail. This patch fixes the above expression and a potential network problem.
2014-07-24Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitariel faigon
2014-07-24Merge pull request #347 from hal3/masterJohn
fixed bug that arises if you do not snapshot but still want auto-history...
2014-07-23fixed holdout bugHal Daume III
2014-07-23fixed bug that arises if you do not snapshot but still want auto-history; ↵Hal Daume III
improved results on argmax task
2014-07-23Merge pull request #346 from hal3/masterJohn
pulled ezexample into vw instead of library, added library to runtests
2014-07-23minor tweaksHal Daume III
2014-07-23added missing filesHal Daume III
2014-07-22pulled ezexample into vw instead of library, added library to runtestsHal Daume III
2014-07-19Merge pull request #343 from arielf/masterJohn
vw-top-errors: handle and report vw failures cleanly
2014-07-19Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitariel faigon
2014-07-18vw-top-errors: add comments + make output wide-char safe + more sensible ↵ariel faigon
defaults for topN examples/features
2014-07-17Clean handling of 'vw' failures.ariel faigon
2014-07-17Merge pull request #341 from wfenchel/oaa_fixJohn
--oaa fix
2014-07-15Merge branch 'master' into oaa_fixfenchel
2014-07-15stage_poly: support update / reduction interactionfenchel
This makes it so that multiple invocations of the same example (due to reduction) only trigger a single support update.
2014-07-15stage_poly: update ec predictions after reductionfenchel
2014-07-15stage_poly: handle ft_offsetfenchel
2014-07-15stage_poly: misc cleanupfenchel
2014-07-15stage_poly: constant needs multiplierfenchel
(relevant for --oaa and other multiple-predictor reductions)
2014-07-15stage_poly: use calloc_or_die_gruesomelyfenchel
2014-07-15further testing of LDAU-NORTHAMERICA\jcl
2014-07-15added topic predictions to library interfaceU-NORTHAMERICA\jcl
2014-07-14stage_poly::setup adds --stage_poly model headerfenchel
this fixes a reported crash when run on existing model without --stage_poly (which caused gd::save_load to be called before stage_poly::save_load)
2014-07-13stage_poly: missed a debugging printfenchel
2014-07-12Merge pull request #340 from arielf/masterJohn
Additions of newer options to vw-hypersearch
2014-07-12vw-hypersearch: add (log_multi cbify search top) to integer expecting optionsariel faigon
2014-07-12vw-hypersearch: added autolink to integer expecting optionsariel faigon
2014-07-12vw-hypersearch: add support for --lrq ab<N>ariel faigon
2014-07-11new dll interface which avoids various brokennessU-NORTHAMERICA\jcl
2014-07-11windows compile tweaksU-NORTHAMERICA\jcl
2014-07-11Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitU-NORTHAMERICA\jcl
2014-07-11windows compile tweaksU-NORTHAMERICA\jcl
2014-07-11Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitariel faigon
2014-07-11removed predict for test 54 to avoid spurious test failuresJohn Langford
2014-07-11removed predict from test 54 due to instabilityJohn Langford
2014-07-11tweaked lrq.cc to report correct audit during trainingJohn Langford
2014-07-11removed warning messageJohn Langford
2014-07-11add updated_prediction to bfgsJohn Langford
2014-07-11fix lda file loadingJohn Langford
2014-07-11add updated prediction to gd.ccJohn Langford
2014-07-11Merge pull request #339 from arielf/masterJohn
RunTests improvement + vw-varinfo undefined var fix