EPL Ranking System
In the project, data of the matches conducted this season have been used. There are a total of 20 teams. Ideally, each team plays 19 matches on home ground and 19 matches away. But due to COVID-19 not all the matches took place so for those matches we tacked this by predicting the outcomes of future football matches by using the past match outcome data.
An IDE to run the project either eclipse or Netbeans.
- Clone the repository into the local.
- Open the project in the IDE of your choice.
- Run the driver class to run the project.
- Look for the output in console.
To change the existing input data either update EdgeEPLData.csv file. You can also use your data in .csv format and update it in FileHandler.java class