Contains projects associated to the development of modeling products
Find a file
KhalimCK e2b96d8ace
Merge pull request #24 from Hestia-Homes/main
Allow db to be publically accessible
2023-07-10 13:50:05 +01:00
.github/workflows Added verbose to sls deploy 2023-07-09 15:20:53 +01:00
.idea setting up land registry data 2023-06-15 22:04:21 +01:00
backend Added api versioning 2023-07-09 15:20:20 +01:00
data_collection adzuna wip 2023-06-29 21:08:21 +01:00
infrastructure/terraform Allow db to be publically accessible 2023-07-10 13:49:30 +01:00
model_data moved .coveragerc and pytest.ini files to model_data 2023-07-05 13:07:55 +01:00
.gitignore commit changes to gitignore 2023-07-09 14:24:01 +01:00
README.md Updated documentation for base readme 2023-07-05 13:08:53 +01:00

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