From 08e5768e9a446db8ab95152d2e9403a0e635ec63 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 8 Mar 2021 17:41:26 +0100 Subject: cdk predictions fixed --- bin/batch-prediction.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/batch-prediction.rb (limited to 'bin/batch-prediction.rb') 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] -- cgit v1.2.3