From 09a37a513038d6f5ea74e3ee62baddd1fd7319d3 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 27 May 2026 22:00:10 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20add=20results/README.md=20=E2=80=94=20s?= =?UTF-8?q?ummary=20format,=20null=20result=20policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- results/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 results/README.md diff --git a/results/README.md b/results/README.md new file mode 100644 index 0000000..b9e40a3 --- /dev/null +++ b/results/README.md @@ -0,0 +1,32 @@ +# Results + +Tracked outputs from experiment runs. Large raw outputs are gitignored — only summaries are committed. + +## Structure + +``` +results/ + summaries/ metric tables, key figures, per-phase result records (committed) + raw/ full embedding outputs, backtest CSVs (gitignored) +``` + +## Per-phase result record format + +Each concluded phase produces a result record in `summaries/`: + +``` +summaries/ + phase-0-[pass|null].md + phase-1-[pass|null].md + ... +``` + +Each record must include: +- Phase name and hypothesis +- Key metrics (silhouette score, R², etc.) with confidence intervals where applicable +- Baseline comparison +- Verdict: PASS / NULL RESULT +- If null: what was investigated, what was found, next step taken +- Link to experiment git tag + +**Null results are valid research outputs and must be committed, not discarded.**