Live data from Hacker News

Show HN: For 10 World Cups, my model's 2 favorites had the champion every time

papers.ssrn.com

51–53 of 53 posts

Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time

#51
post #12

Earlier quoted context omitted.

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.

They've even described how they overfitted it! For five world cups, a simple model based on ranking and goal difference in the group stages[1] predicted it four times, so they invented a somewhat subjective variable on defensive strength to cover the teams that didn't score much... [1]yes, both of those are endogenous variables...

I appreciate everyone's feedback. This is a preprint, and I was looking exactly for this kind of constructive scrutiny to help improve the work. The data is limited, and I'm well aware of that. I just thought this would be a good first step, with encouraging results (and, after today's match, accurate ones too).

Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time

#52
post #31

I've updated the magic weights, and I too can get the result I want: 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.…

Not with Tucheliban

Re: Show HN: For 10 World Cups, my model's 2 favorites had the champion every time

#53
post #31

I've updated the magic weights, and I too can get the result I want: 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.…

Not with tuchel Ball
Post reply on HN