Upset meter: the results the model found least likely

The scoreboard gains a Biggest surprises card — finished matches whose
actual outcome the frozen model priced under 30%, sorted by shock
value, each linking to its match page. Pure client derivation from
data the scoreboard already had.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 01:10:02 +02:00
parent 88afbfad74
commit f58d6566fb
3 changed files with 49 additions and 1 deletions
+4
View File
@@ -245,6 +245,10 @@ export const de: Dict = {
marketCloser: "Markt näher dran",
},
emptyRows: "Noch keine eingefrorenen Prognosen — der erste Snapshot entsteht {minutes} Minuten vor Anstoß.",
upsets: {
title: "Größte Überraschungen",
chance: "{pct} wahrscheinlich",
},
},
methodology: {
title: "Methodik",
+4
View File
@@ -244,6 +244,10 @@ export const en = {
marketCloser: "market closer",
},
emptyRows: "No frozen forecasts yet — the first snapshot is taken {minutes} minutes before kickoff.",
upsets: {
title: "Biggest surprises",
chance: "{pct} likely",
},
},
methodology: {
title: "Methodology",