add results of cs 2

This commit is contained in:
Arthur Grisel-Davy 2023-10-09 14:00:21 -04:00
parent edfba9c1e9
commit 9e9d99b067

View file

@ -91,7 +91,8 @@
#slide(title: "Case Study 1")[ #slide(title: "Case Study 1")[
#align(center)[ #align(center)[
#tablex( #figure(
tablex(
columns: (auto, auto, auto), columns: (auto, auto, auto),
auto-vlines: false, auto-vlines: false,
repeat-header: false, repeat-header: false,
@ -104,6 +105,9 @@
[WAP-LINKSYS], [22604], [18], [WAP-LINKSYS], [22604], [18],
[REFIT-H4A4], [5366], [17], [REFIT-H4A4], [5366], [17],
[REFIT-H4A1], [100000], [142] [REFIT-H4A1], [100000], [142]
),
caption: "Results of the case study 1",
supplement: none,
) )
] ]
@ -114,10 +118,6 @@
) )
] ]
#slide(title: "Case Study 2")[
// add overview of the experiment pipeline
]
#slide(title: "Case Study 2")[ #slide(title: "Case Study 2")[
#image("images/rules_pipeline.svg", width:100%) #image("images/rules_pipeline.svg", width:100%)
@ -146,7 +146,26 @@
#figure( #figure(
image("images/preds.svg", height: 100%) image("images/preds.svg", height: 100%)
) )
]
#slide(title: "Case Study 2 - Results")[
#align(center)[
#figure(
tablex(
columns: (auto, auto, auto),
auto-vlines: false,
repeat-header: false,
align: (left+horizon,right+horizon,right+horizon),
[#text(weight:"bold")[Rule]], [#text(weight: "bold")[Violation Ratio]], [#text(weight: "bold")[Micro-$F_1$]],
[Night Sleep], [0.33], [1.0],
[Work Hours], [0.3], [1.0],
[Reboot], [0.48], [1.0],
[No Long High], [0.75], [1.0],
),
caption: "Results of the case study 2",
supplement: none,
)
]
] ]