Predicts scorelines for upcoming Premier League fixtures
Currently experimenting with two prediction protocols.
Pigeon prediction protocol takes in both away and home team stats as features for predicting both home and away goals.
Seagull prediction protocol only takes in its own stats as features. E.g. to predict away goals only away stats are used as features.
- Download all libraries including: sklearn, pandas, numpy, beautifulSoup, matplotlib, requests
- Run "python pigeon_predictor.py" or "python seagull_predictor.py"
- You will have the predicted scorelines for 10 of the upcoming fixtures