summaryrefslogtreecommitdiff
path: root/test/lazar-long.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
commit51f57e2858b60bed74ebcc97189b2188c900c283 (patch)
treea3be50b410e45fad3f33e956bb302c66e0370226 /test/lazar-long.rb
parentab7b37541b4f8a762be737009631d3eefd898b4a (diff)
dataset tests cleanup
Diffstat (limited to 'test/lazar-long.rb')
-rw-r--r--test/lazar-long.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lazar-long.rb b/test/lazar-long.rb
index 525b96e..7e4b384 100644
--- a/test/lazar-long.rb
+++ b/test/lazar-long.rb
@@ -76,7 +76,7 @@ class LazarExtendedTest < MiniTest::Test
dataset = Dataset.from_csv_file File.join(DATA_DIR,"kazius.csv")
p "Dataset upload: #{Time.now-t}"
t = Time.now
- model = Model::LazarClassification.create(dataset)
+ model = Model::LazarClassification.create(dataset.features.first,dataset)
p "Feature mining: #{Time.now-t}"
t = Time.now
2.times do