summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5d63b4f..42ab363 100644
--- a/Rakefile
+++ b/Rakefile
@@ -157,7 +157,7 @@ end
def predict t
File.open(t.name,"w+") do |f|
- model = Model.find t.prerequisites[0]
+ model = Model::LazarClassification.find t.prerequisites[0]
dataset = Dataset.find t.prerequisites[1]
prediction = model.predict dataset
f.puts prediction.id