From 0e8d8f001b9b9f4d120c8cea4f8715ab571527cf Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 10 Oct 2020 17:55:32 +0200 Subject: tensorflow summary fixed --- mutagenicity.pdf | Bin 1739508 -> 1739538 bytes scripts/summaries2table.rb | 2 +- tables/tensorflow-summary.csv | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mutagenicity.pdf b/mutagenicity.pdf index d0acdc7..af23c38 100644 Binary files a/mutagenicity.pdf and b/mutagenicity.pdf 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 -- cgit v1.2.3