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, 4 insertions, 0 deletions
diff --git a/bin/batch-prediction.rb b/bin/batch-prediction.rb
new file mode 100755
index 0000000..770bc60
--- /dev/null
+++ b/bin/batch-prediction.rb
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require_relative "../lib/lazar"
+model = Model.new ARGV[0]
+model.predict ARGV[1]