Skip to content

Commit 0e00724

Browse files
committed
uh
1 parent 25b616d commit 0e00724

16 files changed

Lines changed: 2635 additions & 2890 deletions

File tree

dev/notebooks/experiments/synthetic.qmd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Synthetic Data
1+
## Synthetic Data {#sec-app-synthetic}
2+
3+
This notebook was used to run the experiments for the synthetic datasets. In the following we first run the experiments and then generate visualizations and tables.
4+
5+
### Experiments
26

37
```{julia}
48
using Pkg; Pkg.activate("dev")
@@ -79,7 +83,6 @@ plt = plot(plts..., layout=(length(choices),length(models)),size=(length(choices
7983
savefig(plt, joinpath(www_path,"models_train_before.png"))
8084
```
8185

82-
## Strict convergence
8386

8487
```{julia}
8588
n_evals = 5
@@ -176,7 +179,7 @@ for (data_name, res) in results
176179
end
177180
```
178181

179-
### Chart in paper
182+
### Chart in paper {#sec-app-synthetic-paper}
180183

181184
#### Line Chart
182185

dev/notebooks/generators/clap_roar_generator.qmd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,3 @@ for (name,ce) ∈ counterfactuals
130130
end
131131
plt = plot(plts..., size=(800,300), layout=(1,2))
132132
```
133-
134-
135-
136-
137-
```{julia}
138-
139-
```

paper/appendix.html

Lines changed: 2628 additions & 231 deletions
Large diffs are not rendered by default.

paper/appendix.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

paper/appendix.qmd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22
title: Supplementary Appendix
33
format:
44
html:
5-
standalone: true
5+
self-contained: true
66
code-fold: true
77
execute:
88
echo: true
99
eval: false
1010
warning: false
11-
gfm:
12-
wrap: none
13-
execute:
14-
echo: false
15-
eval: false
16-
warning: false
1711
jupyter: julia-1.7
1812
---
1913

0 commit comments

Comments
 (0)