summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-07-19 11:06:29 +0000
committergebele <gebele@in-silico.ch>2019-07-19 11:06:29 +0000
commit8ed2cc12241bca469ba43dd5a87518e644f4b991 (patch)
treeeae44c22d43694495e596abe9d4da486a2f2143e
parent87fc7e8997306f7edb74d5282ad337c5c3c48b1c (diff)
refined confusion matrixes
-rw-r--r--views/model_details.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/model_details.haml b/views/model_details.haml
index 714d4d8..7049ee8 100644
--- a/views/model_details.haml
+++ b/views/model_details.haml
@@ -111,7 +111,7 @@
%tr
%td
%td
- %td actual
+ %td{:colspan=>"2"} measured
%td
%tr
%td
@@ -119,14 +119,14 @@
%td.border.bg-secondary.text-white active
%td.border.bg-secondary.text-white inactive
%tr
- %td predicted
+ %td.align-middle{:rowspan=>"2"} predicted
%td.border.bg-secondary.text-white active
%td.border.bg-white
%b= matrix[0][0]
%td.border.bg-white
= matrix[0][1]
%tr
- %td
+ //%td
%td.border.bg-secondary.text-white inactive
%td.border.bg-white
= matrix[1][0]