This repository cotains the code and files of GameChAInger. This project deals with the prediction of the winner of football matches in the Premier League(PL).
scraping.ipynb
- a Jupyter notebook that scrapes our data.model.ipynb
- a Jupyter notebook that contains the model & makes predictions.
To execute the code, install the following locally:
- Jupyter Notebook
- Python 3.8+
- Python packages
- pandas
- requests
- BeautifulSoup
- scikit-learn
The data has been scraped from FBref to get our data for the machine learning model.