Usage
Installation
$ pip install git+https://github.com/alan-turing-institute/TRE-example-challenge.git
Generate an example challenge
$ challenge generate
By default the dummy data will be written to ./data.csv
.
Use challenge generate --help
to see a full list of options.
Find the solution for your example
$ challenge solve
Use challenge solve --help
to see a full list of options.