You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cybench/runs/viz/global_insights_template.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@
163
163
<divclass="page">
164
164
<h1>CY-Bench global insights</h1>
165
165
<pclass="lead">Cross-country model comparison and end-of-season vs mid-season walk-forward results.</p>
166
+
<pclass="muted">Every model in the benchmark. For a five-paradigm summary (radar chart), see <ahref="model_families.html">Model families (paper summary)</a>.</p>
166
167
<pclass="muted" id="meta"></p>
167
168
168
169
<divclass="card">
@@ -245,7 +246,10 @@ <h3 style="font-size:1rem;margin:1rem 0 0.5rem;">Detail per crop × country × m
245
246
</p>
246
247
</div>
247
248
248
-
<pclass="muted"><ahref="index.html">← Back to country dashboards</a></p>
{id: "spatial",label: "Spatial",note: "Pearson r on regional means (aggregate).",metrics: [{id: "r",label: "r",higher_better: true}]},
376
-
{id: "temporal",label: "Temporal",note: "Pearson r on yearly national means (aggregate).",metrics: [{id: "r",label: "r",higher_better: true}]},
379
+
{id: "spatial",label: "Spatial",note: "Median per-year r across regions (typical-year slice).",metrics: [{id: "r",label: "r",higher_better: true}]},
380
+
{id: "temporal",label: "Temporal",note: "Median per-region r across years (typical-region slice).",metrics: [{id: "r",label: "r",higher_better: true}]},
377
381
{id: "anomaly",label: "Anomaly",note: "Pooled Pearson r on de-meaned yields.",metrics: [{id: "r",label: "r",higher_better: true}]},
0 commit comments