summaryrefslogtreecommitdiff
path: root/bin/batch-prediction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/batch-prediction.rb')
-rwxr-xr-xbin/batch-prediction.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/batch-prediction.rb b/bin/batch-prediction.rb
deleted file mode 100755
index 770bc60..0000000
--- a/bin/batch-prediction.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env ruby
-require_relative "../lib/lazar"
-model = Model.new ARGV[0]
-model.predict ARGV[1]