summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-10-19 12:07:15 +0000
committergebele <gebele@in-silico.ch>2015-10-19 12:07:15 +0000
commit721f6d9263d0198efc96177a22e0fc23508695df (patch)
treec5d8e7589605a006cb32f9341e5b0b07e58473ba
parent5b6f908b11bd6ec783199c63868c8b69d4f98977 (diff)
removed total in cv matrix
-rw-r--r--views/predict.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 1d75723..634054a 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -204,7 +204,7 @@
%td
%td active
%td inactive
- %td total
+ -#%td total
%tr
%td
%b predicted
@@ -213,7 +213,7 @@
=cv.confusion_matrix[0][0]
%td
=cv.confusion_matrix[0][1]
- %td
+ -#%td
=cv.confusion_matrix[0][0]+cv.confusion_matrix[0][1]
%tr
%td
@@ -222,7 +222,7 @@
=cv.confusion_matrix[1][0]
%td
=cv.confusion_matrix[1][1]
- %td
+ -#%td
=cv.confusion_matrix[1][0]+cv.confusion_matrix[1][1]
-#%tr
%td