shaswat-dharaiya / Football-Predictor

Based on Poisson Distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Football Predictor

By using data from this link we use Poisson probability distribution to calculate probability of teams' winning chances. In order to implement it we use poisson from scipy library.

Poisson Distribution is calculated using:

\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}

Steps to build the predictor are implemented in PremierLeague.ipynb

About

Based on Poisson Distribution


Languages

Language:Jupyter Notebook 100.0%