Skip to content
Snippets Groups Projects
Commit 3f6901fd authored by Pat Alt's avatar Pat Alt
Browse files

mostly doen

parent ef490607
No related branches found
No related tags found
1 merge request!8373 aries comments
......@@ -176,7 +176,7 @@ kbl(
format="latex", linesep = line_sep
) %>%
kable_styling(latex_options = c("scale_down")) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
add_header_above(header) %>%
collapse_rows(columns = 1:2, latex_hline = "major", valign = "middle") %>%
save_kable(file_name)
......@@ -227,7 +227,7 @@ kbl(
format="latex", linesep = line_sep
) %>%
kable_styling(latex_options = c("scale_down")) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
add_header_above(header) %>%
collapse_rows(columns = 1:2, latex_hline = "major", valign = "middle") %>%
save_kable(file_name)
......@@ -255,7 +255,7 @@ kbl(
format="latex"
) %>%
kable_styling(latex_options = c("scale_down")) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
collapse_rows(columns = 1:3, latex_hline = "custom", valign = "top", custom_latex_hline = 1:2) %>%
save_kable("paper/contents/table_all.tex")
```
......@@ -282,7 +282,7 @@ kbl(
format="latex"
) %>%
kable_styling(latex_options = c("scale_down")) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
collapse_rows(columns = 1:3, latex_hline = "custom", valign = "top", custom_latex_hline = 1:2) %>%
save_kable("paper/contents/table_all_valid.tex")
```
......@@ -317,7 +317,7 @@ kbl(
format="latex"
) %>%
kable_styling(font_size = 8) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
save_kable("paper/contents/table_ebm_params.tex")
```
......@@ -337,7 +337,7 @@ kbl(
format="latex"
) %>%
kable_styling(latex_options = c("scale_down")) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
add_header_above(header) %>%
save_kable("paper/contents/table_params.tex")
```
......@@ -361,7 +361,7 @@ kbl(
format="latex"
) %>%
kable_styling(font_size = 8) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
save_kable("paper/contents/table_gen_params.tex")
```
......@@ -387,7 +387,7 @@ kbl(
format="latex", digits=2
) %>%
kable_styling(font_size = 8) %>%
kable_paper(full_width = F) %>%
kable_paper(full_width = T) %>%
add_header_above(c(" "=2, "Performance Metrics" = 3)) %>%
collapse_rows(columns = 1, latex_hline = "custom", valign = "top", custom_latex_hline = 1) %>%
save_kable("paper/contents/table_perf.tex")
......
No preview for this file type
......@@ -49,6 +49,7 @@
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{placeins}
% Numbered Environments:
......@@ -103,7 +104,7 @@
% \vspace{- -- No negative value may be used in proximity of a caption, figure, table, section, subsection, subsubsection, or reference
% \vskip{- -- No negative value may be used to alter spacing above or below a caption, figure, table, section, subsection, subsubsection, or reference
\setcounter{secnumdepth}{0} %May be changed to 1 or 2 if section numbers are desired.
\setcounter{secnumdepth}{2} %May be changed to 1 or 2 if section numbers are desired.
% The file aaai24.sty is the style file for AAAI Press
% proceedings, working notes, and technical reports.
......@@ -116,7 +117,9 @@
% nouns, adverbs, adjectives should be capitalized, including both words in hyphenated terms, while
% articles, conjunctions, and prepositions are lower case unless they
% directly follow a colon or long dash
\title{AAAI Press Anonymous Submission\\Instructions for Authors Using \LaTeX{}}
\title{ECCCos from the Black Box:\\
Faithful Explanations through\\
Energy-Constrained Conformal Counterfactuals}
\author{
%Authors
% All authors must be in the same font size and format.
......@@ -190,6 +193,8 @@
Some of the members of TU Delft were partially funded by ICAI AI for Fintech Research, an ING — TU Delft
collaboration.
\FloatBarrier
\bibliography{../bib}
\pagebreak
......
This diff is collapsed.
\begin{table}
\begin{table*}[t]
\caption{Results for synthetic datasets: sample averages +/- one standard deviation across counterfactuals. Best outcomes are highlighted in bold. Asterisks indicate that the given value is more than one (*) or two (**) standard deviations away from the baseline (Wachter). \label{tab:results-synthetic} \newline}
\centering
......@@ -34,4 +34,4 @@ Model & Generator & Unfaithfulness ↓ & Implausibility ↓ & Unfaithfulness ↓
\multirow{-6}{*}{\raggedright\arraybackslash MLP} & Wachter & 0.51 ± 0.04\hphantom{*}\hphantom{*} & 0.40 ± 0.08\hphantom{*}\hphantom{*} & 1.32 ± 0.41\hphantom{*}\hphantom{*} & 1.69 ± 0.32\hphantom{*}\hphantom{*} & 0.83 ± 0.50\hphantom{*}\hphantom{*} & 1.24 ± 0.29\hphantom{*}\hphantom{*}\\
\bottomrule
\end{tabular}}
\end{table}
\end{table*}
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment