diff options
-rwxr-xr-x | training/dtrain/lplp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/dtrain/lplp.rb b/training/dtrain/lplp.rb index 62c80489..cf28b477 100755 --- a/training/dtrain/lplp.rb +++ b/training/dtrain/lplp.rb @@ -90,7 +90,7 @@ def usage() puts " l0...: norms for selection" puts "select_k: only output top k (according to the norm of their column vector) features" puts " cut: output features with weight >= threshold" - puts " n: if we do not have a shard count use this number for averaging" + puts " n: number of shards for averaging" exit 1 end |