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
path: root/utl
AgeCommit message (Expand)Author
2015-01-04utl/vw-hypersearch: add -c <test-cache-file> (like -t ..., but faster)ariel faigon
2014-11-03fixed osx bug in active iteratorHal Daume III
2014-11-02pulled changesHal Daume III
2014-10-31fixed read_example bug in libsearchHal Daume III
2014-10-17utl/vw-hypersearch: Comment recent changes; Immortalize trufanov-nokariel faigon
2014-10-16utl/vw-hypersearch: preserve user-specified --loss_function when -t is in eff...ariel faigon
2014-10-16utl/vw-hypersearch: don't allow --quiet (thanks trufanov-nok)ariel faigon
2014-10-16utl/vw-hypersearch: old bug (holdout loss always 0) workaround, no longer pre...ariel faigon
2014-10-16utl/vw-hypersearch: give '.' progress feedback only on real progress.ariel faigon
2014-09-24make them work on Mac OSX, by using "gunzip -c" instead of zcatJaimyoung Kwon
2014-09-17utl/vw2csv: support negative labels tooariel faigon
2014-07-18vw-top-errors: add comments + make output wide-char safe + more sensible defa...ariel faigon
2014-07-17Clean handling of 'vw' failures.ariel faigon
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-10Features generated on the fly (e.g. -q xx) don't have a min/max: avoid uninit...ariel faigon
2014-06-28Add --batch_sz integer option for --stage_polyariel faigon
2014-06-28Add --bootstrap/-B to integer optionsariel faigon
2014-06-28Avoid warnings on multi-pass where feature names are no longer availableariel faigon
2014-06-13Change default ranking to relative-loss; add -a option for absolute.ariel faigon
2014-06-11Switch to mean-of-weights by default. Add -s option for sum-of-weightsariel faigon
2014-06-11Avoid uninitialized warnings on too few features or deviant examplesariel faigon
2014-06-11vw-top-errors: better comments + add copyright/licence notes (same as vw)ariel faigon
2014-05-07utl/vw-top-errors: FINISH ME no longer neededariel faigon
2014-05-07utl/vw-top-errors: fully automate multi-stage process; add summary by feature...ariel faigon
2014-05-05vw-top-errors: new utility to uncover learning process biggest issuesariel faigon
2014-03-26vw-csv2bin util: allow negative #'s and #'s in scientific notationMichelangelo D'Agostino
2014-02-16vw-hypersearch: better messages and option conflict resolutionariel faigon
2014-02-16-L fix: transform param back to real-space when showing to userariel faigon
2014-02-16Alex Hudek's -L for log-space search (+ suggest -L when seems beneficial)ariel faigon
2014-01-29Support hyper searching on integer-valued parameters (--passes, --nn etc)ariel faigon
2014-01-18fixed memory leakJohn Langford
2013-12-15utl/vw-hypersearch: generalize loss capture in vw output (was missing exponen...ariel faigon
2013-12-09minor tweaksJohn Langford
2013-10-26Added delimeter option to vw-csv2binericwhyne
2013-10-25Improved utility to convert csv to binary classifier training data.ericwhyne
2013-10-24Added csv to binary classifier training data utility.Eric Whyne
2013-10-16Merge pull request #159 from someben/masterJohn
2013-10-16add the tagged examplesomeben
2013-10-16explicit example formats w/ feedback about ambiguitiessomeben
2013-09-26vw-varinfo: Fix bug found by Alina: --feature_mask not recognized as precedin...ariel faigon
2013-08-24better -t usage explanationariel faigon
2013-08-24Add support for -t test-set; fix @$cmd vs $cmd bug in ExecCmdariel faigon
2013-08-21Add -b option and Brent's Method - not yet ready for prime time; fix edge-cas...ariel faigon
2013-08-21Fix ExecCmd return inconsistency; ensure we return best loss in edge casesariel faigon
2013-08-21better error handling and user friendly error messagesariel faigon
2013-08-16utl/vw-hypersearch: neater print at flat-line conditionariel faigon
2013-08-16utl/vw-hypersearch: if no progress assertion is met, terminate more gracefully.ariel faigon
2013-08-16ariel: rewrite + refactor + bug-fix Paul Mineiro's hypersearch for general us...ariel faigon