Skip to content

Exercise on whether Poisson regression is useful model to predict Fantasy League Points for player potential performance.

Notifications You must be signed in to change notification settings

WayneQwele/FPLBayesianPoissonRegression

Repository files navigation

Fantasy Premier League Point Scoring Model

Overview

This project aims to create a point scoring model for Fantasy Premier League (FPL) players using a Poisson regression approach. The FPL is a popular fantasy sports game where participants build virtual teams of real players from the English Premier League and earn points based on their performance in actual matches.

Data Source

The project utilizes data from the Fantasy Premier League GitHub repository (specifically, the data/ directory) as the primary data source. This data contains comprehensive information about player statistics, fixtures, and historical FPL scores.

Methodology

The core methodology employed in this project is Poisson regression. Poisson regression is a statistical technique commonly used for modeling count data, making it suitable for modeling player point scoring in fantasy sports, where points are awarded for goals, assists, clean sheets, and other events.

Project Structure

There are 3 Jupyter notebooks data_cleanin.ipynb, data_exploration.ipynb and data_model.ipynb which should be easy to follow along.

About

Exercise on whether Poisson regression is useful model to predict Fantasy League Points for player potential performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published