- Dataset Name: Premier League Matches (1992-2022)
- Source: Kaggle: Premier League Matches 1992-2022
- File Used: premier-league-matches.csv
Follow these steps to clone and import this repository into PyCharm:
- Open PyCharm.
- Click on "Get from VCS" (or go to File → New Project from Version Control).
- Select Git.
- In the URL field, enter:
https://github.com/akhan130/PremierPredict.git- Choose a local directory where you want to store the project.
- Click Clone.
After cloning the repository, follow these steps to run the project in PyCharm:
- If you cloned it via PyCharm, it should open automatically.
- Otherwise, in PyCharm, go to File → Open and select the cloned project folder.
You can run the CLI scripts directly from PyCharm by following these steps:
- Open the Project Explorer in PyCharm.
- Navigate to the cli_script directory.
- Open the desired script:
- To run all three models: cli_script_allThreeModels.py
- To run only the simulation model: cli_script_simulationOnly.py
- Click the green play
▶️ button at the top-right of PyCharm.