summaryrefslogtreecommitdiff
path: root/scripts/summaries2table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/summaries2table.rb')
-rwxr-xr-xscripts/summaries2table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/summaries2table.rb b/scripts/summaries2table.rb
index a3ce67e..99b84a1 100755
--- a/scripts/summaries2table.rb
+++ b/scripts/summaries2table.rb
@@ -10,7 +10,7 @@ when "R"
keys = header.collect{|h| "R-"+h}
when "tensorflow"
header = ["RF","LR (SGD)","LR (SCIKIT)","NN"]
- keys = ["lr","lr2","nn"].collect{|n| "tensorflow-"+n+".v3"}
+ keys = ["rf","lr","lr2","nn"].collect{|n| "tensorflow-"+n+".v3"}
when "lazar"
header = ["MP2D", "PaDEL"]
mp2dkeys = ["lazar-all","lazar-high-confidence"]