From 83591831c6e36c36d87159acba6afdfedab95522 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 18 Mar 2021 16:48:36 +0100 Subject: fingerprint predictions added --- bin/batch-prediction.rb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 bin/batch-prediction.rb (limited to 'bin/batch-prediction.rb') 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] -- cgit v1.2.3