This repository holds code for the {PROJECT NAME} {SHORT DESCRIPTION}
Link to original project propsoal
Note: Only public or fake data are shared in this repository.
- The main code is found in the root of the repository (see Usage below for more information)
- The accompanying report is also available in the
reports
folder - More information about the code usage can be found in the model card
- {OTHER REPO STRUCTURE}
- {LIST OF MAIN PACKAGE VERSIONS}
To get a local copy up and running follow these simple steps.
To clone the repo:
git clone https://github.com/nhsx/{REPO NAME}
To create a suitable environment:
python -m venv _env
source _env/bin/activate
pip install -r requirements.txt
{ADDITIONAL TECHNICAL SUPPORT AND NEEDS}
{DESCRIPTION OF CODE}
{LIST AND DESCRIPTION OF OUTPUTS}
{NOTES ON REPRODUCIBILITY OF RESULTS}
{DESCRIPTION AND LINKS TO DATASETS}
{LINK TO FAKE DATA TO SUPPORT INITAIL CODE RUNS}
See the {LINK TO REPO ISSUES} for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See CONTRIBUTING.md for detailed guidance.
Unless stated otherwise, the codebase is released under the MIT Licence. This covers both the codebase and any sample code in the documentation.
See LICENSE for more information.
The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.
To find out more about the Analytics Unit visit our project website or get in touch at [email protected].