/FPL

personal project to predict the optimal Fantasy Premier League team.

Primary LanguagePython

FPL - Fantasy Premier League Predictor

This is a personal project I did to predict the optimal Fantasy Premier League team.

Overview

This project sought to build help me practice my Python optimization skills.

Methodology

A python script was written to predict how many points each Premier League player would score based on their historical performance.

Documents

The documents contained in this repository are below:

Points Predictor - this file contains python code that predicts the individual points per player.

Game Predictor Class - this file contains python code that calculates player score and factors in the opponent's difficulty.