Contains projects associated to the development of modeling products
Find a file
Khalim Conn-Kowlessar f4fc50680b moved files
2025-04-16 17:20:31 +01:00
.github/workflows restructuring app to split out engine code 2025-04-16 17:10:13 +01:00
.idea matching ecosurv data to asset list 2025-04-15 17:26:40 +01:00
asset_list made lambda async and 15 min timeout 2025-04-16 14:09:03 +01:00
backend moved files 2025-04-16 17:20:31 +01:00
datatypes completed build of new demo portfolio - some fixed required still 2023-11-20 14:42:16 +00:00
etl restructuring app to split out engine code 2025-04-16 17:10:13 +01:00
infrastructure/terraform set db version to 14.3 2025-04-14 12:06:32 +01:00
model_data/requirements fixed unit tests 2024-10-22 12:14:19 +01:00
recommendations adding matcing from sumissions sheet to asset list 2025-04-13 21:39:35 +01:00
survey_report quidos site notes extraction 2025-02-18 19:49:29 +00:00
utils poc done for now 2024-11-29 12:10:29 +00:00
.coveragerc fixed unit tests 2023-10-05 16:04:12 +01:00
.dockerignore updating docker ignore 2024-10-21 12:59:41 +01:00
.gitignore updating git ignore with redundant files 2025-04-03 09:12:18 +01:00
__init__.py added checking for directory before creation and made some minor style changes 2023-08-25 15:21:17 +01:00
BaseUtility.py Added booleans to clean missings 2024-01-24 21:21:01 +00:00
package-lock.json restructuring openUrpn code 2023-07-20 11:41:43 +01:00
package.json restructuring openUrpn code 2023-07-20 11:41:43 +01:00
pytest.ini fixed unit tests 2023-10-05 16:04:12 +01:00
README.md Updated lamdba's dockerfile and serverless script to try and build the lambda from the docker image in ecr 2023-08-24 10:20:23 +01:00
run_lambda_local.sh debugging local lambda run and updating the sap point checking condition 2023-09-13 18:47:12 +01:00
serverless.yml restructuring app to split out engine code 2025-04-16 17:10:13 +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

backend/

This folder contains the code for the fastapi backend service, which provides an interface to much of the functionality in this repository, for the frontend

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