This project analyses football match data from Serie A and the English Premier League, using Python's OOP and unit testing to ensure code quality and reliability. Football data is collected from https://www.football-data.co.uk/data.php
- Collect, enrich and analyse match data from Serie A and the EPL.
- Use machine learning to establish feature importances for different scenarios.
- Apply OOP for better code structure.
- Ensure code reliability through unit testing.