/beat-the-bookie

Predicting the outcome of English Premier League (EPL) football matches by training suitable machine learning algorithms on historic results data.

Primary LanguageJupyter Notebook

COMP0036: Machine Learning and Neural Computing

Group Coursework


Setup

  1. Install conda or any other virtual environment to manage dependencies and run in Python 3.7.x.
$ conda activate venv
  1. Install project dependencies.
$ pip install -r requirements.txt

Commiting changes

I have set up a simple (bash) shell script to make sure all of our commits are as compatible as possible. Run this:

$ .github/run/this.sh "your commit message"

ONLY from the root of this repository.