FIFA World Cup Match prediction model
- 1 Devlogs
- 1 Total hours
A FIFA World Cup Match Prediction Model which uses data from the past 100+ international matches, computes and updates team ELO, and predicts the match outcome between international teams
A FIFA World Cup Match Prediction Model which uses data from the past 100+ international matches, computes and updates team ELO, and predicts the match outcome between international teams
Just finished the final poisson regression model testing of my FIFA World Cup Prediction Project, a small starting ground for the next upcoming projects
I used the international matches dataset from kaggle to calculate the team ELO ratings and their form & momentum on past 5-10 match ranges.
Using the feature engineered columns, I stripped the data down to the major international tournaments such as the AFC Asian Cup, UEFA Nations League and the World Cup
Initially tested the dataset on a logistic regression model but found the poisson regression model to be slightly better at performance