NSchuetz commited on
Commit
36c4349
·
verified ·
1 Parent(s): 8af1c88

docs(forecasting): single-source-of-truth + methodology guard note

Browse files
Files changed (1) hide show
  1. forecasting/README.md +13 -4
forecasting/README.md CHANGED
@@ -81,10 +81,19 @@ performance on the substituted cells and should be read with caution.
81
 
82
  ## Refreshing (full paper-results reproduction)
83
 
84
- The canonical run label is `forecasting_full_20260622` (see
85
- `configs/paper/sweep_forecasting.yaml`). All steps run from the OpenMHC code repo
86
- on Simurgh (SC); see `jobs/sc-cluster/forecasting_eval/README.md` for cluster
87
- details.
 
 
 
 
 
 
 
 
 
88
 
89
  ```bash
90
  LABEL=forecasting_full_20260622
 
81
 
82
  ## Refreshing (full paper-results reproduction)
83
 
84
+ **Single source of truth avoid regressing to an old run.** The canonical run
85
+ is pinned in exactly one place: `run_label` / `output_root` in
86
+ `configs/paper/sweep_forecasting.yaml` (currently `forecasting_full_20260622`).
87
+ The substrate-staging and bootstrap-draws scripts **default to it** (they read
88
+ `output_root` from that file), so a bare `stage_leaderboard_substrates.py` or
89
+ `produce_forecasting_bootstrap_draws.py` cannot silently rebuild the leaderboard
90
+ from a stale substrate. To re-point the canonical run, edit **only** the sweep
91
+ config. Likewise the **methodology is fixed in the sweep + code**:
92
+ `within_user_aggregation: micro` (binary AUROC is **pooled per user** over all
93
+ the user's horizon cells — the eval emits one pooled row/user; the legacy
94
+ per-window "macro" path is *not* used for the leaderboard). All steps run from
95
+ the OpenMHC code repo on Simurgh (SC); see
96
+ `jobs/sc-cluster/forecasting_eval/README.md` for cluster details.
97
 
98
  ```bash
99
  LABEL=forecasting_full_20260622