Skip to content

khalld/soccer-match-result-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published