Back to Projects
June 2026

Predictor Mundial

Statistical model that predicts World Cup match outcomes using ELO ratings, Poisson distribution, and Monte Carlo simulation.

Python
View Code

The Problem

Predictor Mundial estimates the outcome of a specific World Cup match by combining three statistical techniques instead of relying on a trained machine learning model.

Demo

Architecture

Built as a Python script/notebook, using a historical match dataset (sourced from a public GitHub repository) as the foundation for the model. The prediction pipeline combines:

Key Features

Technical Challenges