summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2020-10-10 17:55:32 +0200
committerChristoph Helma <helma@in-silico.ch>2020-10-10 17:55:32 +0200
commit0e8d8f001b9b9f4d120c8cea4f8715ab571527cf (patch)
tree7c962e4e51169c409348ba68db9545c945f77a21 /scripts
parentd020e33ed153015cdf7288fecf1e99945736f750 (diff)
tensorflow summary fixed
Diffstat (limited to 'scripts')
-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"]