Contains projects associated to the development of modeling products
Find a file
2023-06-14 18:53:37 +01:00
.idea Added unit testing 2023-06-08 14:41:31 +01:00
epc_data added separate detection of tariff 2023-06-14 18:53:37 +01:00
.coveragerc added .coveragerc file 2023-06-14 10:41:17 +01:00
.gitignore Project environment setup 2023-06-07 15:57:22 +01:00
pytest.ini added .coveragerc file 2023-06-14 10:41:17 +01:00
README.md added .coveragerc file 2023-06-14 10:41:17 +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

epc_data/

This folder contains related to the reading and preparation of epc data

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 epc_data, simple run

pytest epc_data

This will produce the test results and coverage reports