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
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-05-07 04:31:00 +0400
committerariel faigon <github.2009@yendor.com>2014-05-07 04:31:00 +0400
commitc0cfe9d4418c218c6ff5a86ade5df9a7501e8d28 (patch)
tree3f9af7d14055489164f0dceeb0755894db9ceff2 /utl
parentf2b0d769546a3ad5d41bfc3d288ce7dfc113e99e (diff)
utl/vw-top-errors: FINISH ME no longer needed
Diffstat (limited to 'utl')
-rwxr-xr-xutl/vw-top-errors1
1 files changed, 0 insertions, 1 deletions
diff --git a/utl/vw-top-errors b/utl/vw-top-errors
index d2701bd8..ddb17e7d 100755
--- a/utl/vw-top-errors
+++ b/utl/vw-top-errors
@@ -300,7 +300,6 @@ sub second_pass($@) {
}
# -- main
-# FINISH ME
get_args;
my @top_errors = first_pass($TopN);
second_pass($TopWeights, @top_errors);