WEIGHTS = {
'w_xg': 0.09,
'w_goals': -0.07,
'w_star': 0.018,
'w_value': 0.18,
'w_rank': 0.4,
'w_def': -0.12,
'xga_share': 0.85,
'w_gk': 0.0042
}
$ python3 worldcup_model.py --sims 100000
2026 FIFA World Cup -- championship probabilities (100,000 simulations, from Round of 32)
1. England 11.7% *
2. France 10.0% *
3. Spain 9.3% *
4. Argentina 8.4%
5. Germany 8.1%
It's coming home!Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
31–40 of 53 posts
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#32Why is the world cup so infrequent anyway? I assume to match olympics? Good models need a lot of data. Can you really be accurate with what, 30 data points, in which the team composition is basically reset each time?
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#33Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#34Earlier quoted context omitted.
Clubs want their star players focused on club championships, and the star players make their real money playing on their club teams.
do world cup athletes get a big bonus for world cup participation from their govts and/or FIFA?
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#35Earlier quoted context omitted.
The abstract does say > limitations, principally the small number of tournaments available for validation and the risk of in-sample weight selection But I agree this model is no more valuable than Paul the Octopus.
That almost makes it worse—like they're vaguely aware that training too heavily on too small a data set makes badly trained models, but are unaware that it has a name and is an actual identified problem.
[1]yes, both of those are endogenous variables...
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#36Earlier quoted context omitted.
Clubs want their star players focused on club championships, and the star players make their real money playing on their club teams.
do world cup athletes get a big bonus for world cup participation from their govts and/or FIFA?
In the average country players agree the bonus conditions with their Federation.
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#37but does the model predict the right match up along way? if not it's just wrong wrong make a right
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#38Does the model account for the blatant favouritism in the refs? We used to laugh about it before but as the cameras have gotten better it has become a lot more visible. And in this case, is turning the tournament into a bit of a joke. -- Egypt was robbed.
The FIFA-planned game schedule is also surprising. Argentina have not had to face a single 'big' contender through the tournament, until now.
They also missed a potentially tricky first knockout round tie against local rivals Uruguay because Uruguay underperformed and Cape Verde unexpectedly overperformed.
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#39"They've done studies, you know. 60% of the time, it works every time." - Brian Fantana, Anchorman
Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time
#40Why is the world cup so infrequent anyway? I assume to match olympics? Good models need a lot of data. Can you really be accurate with what, 30 data points, in which the team composition is basically reset each time?
World Cups have to alternate with continental competitions (Copa America, Asian Cup, European Cup, Africa Cup of Nations) which are on similar cycles. They could technically be held every two years (and current FIFA leadership is pushing towards that), but federations and clubs are resistant (because every summer tournament places even more stress on an already-long club season, and it would likely devalue other comp…