Document results/ folder
Browse files
README.md
CHANGED
|
@@ -57,19 +57,54 @@ The `COSIBalloon_*` folders additionally carry a `crossections/` directory —
|
|
| 57 |
MEGAlib-generated cross-section tables. They are regenerated on demand by
|
| 58 |
MEGAlib and are included only so the folders are a byte-exact mirror.
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Download
|
| 61 |
|
| 62 |
```bash
|
| 63 |
hf download aryaraeesi/BEvAn-data --repo-type dataset --local-dir data/
|
| 64 |
```
|
| 65 |
|
| 66 |
-
|
|
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
hf download aryaraeesi/BEvAn-data --repo-type dataset \
|
| 70 |
--include "SPILike/*" --local-dir data/
|
| 71 |
```
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
## Gotcha: the geometry path is absolute
|
| 74 |
|
| 75 |
The `Geometry` line inside every `.sim` header is an **absolute path from the
|
|
|
|
| 57 |
MEGAlib-generated cross-section tables. They are regenerated on demand by
|
| 58 |
MEGAlib and are included only so the folders are a byte-exact mirror.
|
| 59 |
|
| 60 |
+
## Results
|
| 61 |
+
|
| 62 |
+
`results/` holds the **outputs** of the ablation study over the datasets above —
|
| 63 |
+
a mirror of `ablations/results/` in the GitHub repo (which remains the source of
|
| 64 |
+
truth; these are generated files, published here so the figures and numbers are
|
| 65 |
+
citable alongside the inputs they came from). 25 MB total.
|
| 66 |
+
|
| 67 |
+
One folder per run, named by timestamp:
|
| 68 |
+
|
| 69 |
+
| Run | Contents |
|
| 70 |
+
|---|---|
|
| 71 |
+
| `2026-07-14_09-33-32/` | includes a `no_calibration` ablation, since removed |
|
| 72 |
+
| `2026-07-15_00-45-23/` | |
|
| 73 |
+
| `2026-07-15_05-06-29/` | most recent; adds `deployment` and `label_window` |
|
| 74 |
+
|
| 75 |
+
Each run folder has:
|
| 76 |
+
|
| 77 |
+
- `tables/` — one CSV per ablation (`factor_contributions`, `learned_weights`,
|
| 78 |
+
`no_ckd_order`, `gt_tolerance` / `label_window`, …) plus a `summary.csv`.
|
| 79 |
+
`deployment.csv` is the champion deployed per dataset at the dedicated-prior
|
| 80 |
+
operating point.
|
| 81 |
+
- `figures/` — one PNG per ablation at the top level, plus a per-dataset
|
| 82 |
+
subfolder (`SPILike/`, `NCT/`, `Max/`, `GeACT/`, `COSIBalloon_*/`) of the
|
| 83 |
+
per-run plots for that geometry.
|
| 84 |
+
|
| 85 |
+
Regenerate with `python ablations/main.py` from the GitHub repo.
|
| 86 |
+
|
| 87 |
## Download
|
| 88 |
|
| 89 |
```bash
|
| 90 |
hf download aryaraeesi/BEvAn-data --repo-type dataset --local-dir data/
|
| 91 |
```
|
| 92 |
|
| 93 |
+
Note this pulls `results/` into `data/` too. For just the simulation inputs, or
|
| 94 |
+
a single dataset (remember to take its `.inc*` chunks along with the `.sim`):
|
| 95 |
|
| 96 |
```bash
|
| 97 |
hf download aryaraeesi/BEvAn-data --repo-type dataset \
|
| 98 |
--include "SPILike/*" --local-dir data/
|
| 99 |
```
|
| 100 |
|
| 101 |
+
Or just the results, without the multi-GB simulations:
|
| 102 |
+
|
| 103 |
+
```bash
|
| 104 |
+
hf download aryaraeesi/BEvAn-data --repo-type dataset \
|
| 105 |
+
--include "results/*" --local-dir .
|
| 106 |
+
```
|
| 107 |
+
|
| 108 |
## Gotcha: the geometry path is absolute
|
| 109 |
|
| 110 |
The `Geometry` line inside every `.sim` header is an **absolute path from the
|