Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 688 Bytes

Prediction of a result of a football match using Poisson

Implementation of a model that predicts the outcome of an international football match. Educational project created for the Data Analysis Laboratory (Università degli studi di Catania - Magistrale in Informatica (Curriculum Data Science) A.A. 2021-2022 )

  • Dataset of games available here
  • FIFA ranking dataset available here

Setup venv

Create virtual environment

python3 -m venv venv

Activate venv

source venv/bin/activate

Install requirements

pip install requirements.txt