Skip to content

Commit a6dc749

Browse files
committed
v2
1 parent 2160a18 commit a6dc749

28,400 files changed

Lines changed: 8062179 additions & 415 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ outputs/
1414
dashboard/public/data/results.json
1515
dashboard/public/data/results-manifest.json
1616
dashboard/public/data/results/
17+
dashboard/public/data/artifacts/*-sweep-*/

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,17 @@ The project is configured to automatically deploy to GitHub Pages on every push
3737
1. Running the ETL script to refresh data.
3838
2. Building the React application.
3939
3. Deploying the static files to the `gh-pages` branch.
40+
41+
## Analytics Tabs
42+
43+
The dashboard exposes the leaderboard matrix at `/` and additional analytics routes:
44+
45+
- `/coverage`: modality/regime coverage for successful visible runs.
46+
- `/families`: family-level normalized rank across regimes.
47+
- `/variability`: seed variability box plots from multi-seed sweeps.
48+
- `/case-studies`: representative dataset trajectories across regimes.
49+
- `/pipelines`: canonical preprocessing and augmentation protocol summaries.
50+
- `/variability-design`: non-method design axes such as sampling, preprocessing, evaluation, and class filtering.
51+
- `/modality`: modality-specific method explorer with per-family/per-method charts and cross-modality comparison.
52+
53+
All analytics pages reuse the public `data/results-manifest.json` chunks, exclude hidden datasets, and ignore crashed runs. Method families are encoded in `dashboard/src/lib/methodFamilies.js`; pipeline summaries combine compact protocol fields extracted by `src/etl.py` with documented canonical ModSSC presets.

0 commit comments

Comments
 (0)