summaryrefslogtreecommitdiff
path: root/bin/batch-prediction.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2021-03-08 17:41:26 +0100
committerChristoph Helma <helma@in-silico.ch>2021-03-08 17:41:26 +0100
commit08e5768e9a446db8ab95152d2e9403a0e635ec63 (patch)
tree6f4486c6bfd84b69febcb9d3a4d9de8fee1b1a26 /bin/batch-prediction.rb
parenta29eb3e38414cd252850c9c4fb356f8b2bef6fb4 (diff)
cdk predictions fixed
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]