From 721f6d9263d0198efc96177a22e0fc23508695df Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 19 Oct 2015 12:07:15 +0000 Subject: removed total in cv matrix --- views/predict.haml | 6 +++--- 1 file 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 -- cgit v1.2.3