Google Hash Code Entry. The submission is contained within the src
folder can be run using the below instructions.
The helper.py
file contains helper functions for use when developing the submission, this script is not intended to be part of the submission.
UK: 34th
Worldwide: 877th/9031
- Save the competition data files in the
data
folder pipenv install
- Install dependenciespipenv run python helper.py
- Run the helper script
Once the helper script is running, the following options are available:
- Run the submission for a single data file
- Run the submission for all data files
- Zip the submission code
- Run for all files and zip the submission
- Python version 3.7.2 or higher
- pipenv
Created using the Hash Code Helper