summaryrefslogtreecommitdiff
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
parentd020e33ed153015cdf7288fecf1e99945736f750 (diff)
tensorflow summary fixed
-rw-r--r--mutagenicity.pdfbin1739508 -> 1739538 bytes
-rwxr-xr-xscripts/summaries2table.rb2
-rw-r--r--tables/tensorflow-summary.csv12
3 files changed, 7 insertions, 7 deletions
diff --git a/mutagenicity.pdf b/mutagenicity.pdf
index d0acdc7..af23c38 100644
--- a/mutagenicity.pdf
+++ b/mutagenicity.pdf
Binary files differ
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"]
diff --git a/tables/tensorflow-summary.csv b/tables/tensorflow-summary.csv
index bbd4885..b7f8468 100644
--- a/tables/tensorflow-summary.csv
+++ b/tables/tensorflow-summary.csv
@@ -1,7 +1,7 @@
,RF,LR (SGD),LR (SCIKIT),NN
-Accuracy,0.62,0.63,0.63
-True positive rate/Sensitivity,0.6,0.62,0.61
-True negative rate/Specificity,0.65,0.63,0.64
-Positive predictive value/Precision,0.63,0.62,0.63
-Negative predictive value,0.62,0.63,0.63
-Nr. predictions,8080,8080,8080
+Accuracy,0.64,0.62,0.63,0.63
+True positive rate/Sensitivity,0.59,0.6,0.62,0.61
+True negative rate/Specificity,0.7,0.65,0.63,0.64
+Positive predictive value/Precision,0.66,0.63,0.62,0.63
+Negative predictive value,0.63,0.62,0.63,0.63
+Nr. predictions,8080,8080,8080,8080