diff options
Diffstat (limited to 'train-test-split')
-rwxr-xr-x | train-test-split | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/train-test-split b/train-test-split index aa55534..ab2f916 100755 --- a/train-test-split +++ b/train-test-split @@ -9,7 +9,6 @@ conf = Optimist::options do opt :size, "one size", :type => :int, :required => true opt :repeat, "number of repetitions", :type => :int, :default => 1 opt :prefix, "prefix for output files", :type => :string - opt :sets, "number of sets", :type => :int, :default => 1 end fn = conf[:foreign] fn_ext = fn.split('.').last |