mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Contains projects associated to the development of modeling products
| .github/workflows | ||
| .idea | ||
| backend | ||
| data_collection | ||
| infrastructure/terraform | ||
| model_data | ||
| open_uprn | ||
| .dockerignore | ||
| .gitignore | ||
| make_serverless_requirements.sh | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| serverless.yml | ||
| serverless_requirements.txt | ||
Model Repository
This repository contains the code pertaining to the development of the data science and machine learning products being utilised by Hestia.
The different folders in this repository relate to services that can be used independently, or can be imported and used as part of a larger application
Folders
model_data/
This folder contains related to the reading and preparation of assessment model data, including pulling out epc attributes
Testing
All tests can be run, against the configuration in pytest.ini running
pytest
This will run the complete panel of tests and report on coverage in the locations specified by the pytest.ini file.
To run tests in a specific service, e.g. inside of model_data, simply run
pytest --cov-config=model_data/.coveragerc --cov=model_data
This will produce the test results and coverage reports