KevinFasusi / analyticsunit-template

Template for analytical and intern open projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{PROJECT NAME}

NHSX Analytics Unit - PhD Internship Project

About the Project

status: experimental

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.

Project Stucture

  • 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}

Built With

Python v3.8

  • {LIST OF MAIN PACKAGE VERSIONS}

Getting Started

Installation

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}

Usage

{DESCRIPTION OF CODE}

Outputs

{LIST AND DESCRIPTION OF OUTPUTS}

{NOTES ON REPRODUCIBILITY OF RESULTS}

Datasets

{DESCRIPTION AND LINKS TO DATASETS}

{LINK TO FAKE DATA TO SUPPORT INITAIL CODE RUNS}

Roadmap

See the {LINK TO REPO ISSUES} for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

See CONTRIBUTING.md for detailed guidance.

License

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.

Contact

To find out more about the Analytics Unit visit our project website or get in touch at analytics-unit@nhsx.nhs.uk.

About

Template for analytical and intern open projects

License:MIT License