Contains projects associated to the development of modeling products
Find a file
Khalim Conn-Kowlessar 85fe51b623 Reclassify terraced room-in-roof gables as party, not external
A mid-terrace / enclosed-mid-terrace (built_form 4/6) has external walls on
its two opposite (front/rear) faces only (RdSAP 10 §1.1, p.7-8); both end/
gable elevations — and their room-in-roof continuations — abut a neighbour
and are party walls (§1.4.3, p.9). The gov-API path is built_form-blind, so a
cert lodging an "Exposed" RR gable (`gable_wall_type=1`) on such a form had it
billed at the masonry main-wall U (~2.5) instead of the party 0.25 (Table 4,
p.22), over-counting fabric heat loss and under-rating the dwelling.

`_api_type_1_gable_kind` now takes `built_form` and reclassifies an Exposed RR
gable to Party on the both-ends-party forms {4, 6} only; end-terrace {3, 5},
semi {2} and detached {1} keep their genuine exposed gable. The API path lodges
no per-gable U, so this only ever overrides a cascade fallback.

Corroborated three ways: RdSAP §1.1 + Table 4; S10TP-05 Appendix A (a
mid-terrace's roof-gable junction length is zero); and three accredited
Elmhurst mid-terrace worksheets (000477/000480/000516), which all lodge Party
gables. Those worksheets run the site-notes path (already correct) so the 195
Elmhurst pins are untouched.

Corpus (RdSAP-21.0.1, 1000 certs): within-0.5 78.8% -> 79.5%, SAP MAE
0.625 -> 0.599, PE MAE 2.85 -> 2.71, CO2 MAE 0.070 -> 0.068. Cert
100040550095 -10.13 -> +0.37; the 18-cert terraced-external-gable cohort mean
-1.94 -> +0.11; end-terrace/semi/detached untouched. Thresholds ratcheted.

Tests: new test_mapper_rir_gable_terraced (9); 195 Elmhurst pins, 288
cert_to_inputs/real-cert pins, 54 mapper tests, and the corpus gauge all green;
no new pyright errors.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 09:32:42 +00:00
.claude/skills Confirm multi-orientation window gap is not closeable for UPRN 100010086084 2026-07-10 09:38:10 +00:00
.devcontainer Add herdr to dockerfile 2026-07-16 16:35:58 +01:00
.github/workflows Merge pull request #1498 from Hestia-Homes/feature/bulk-document-download 2026-07-08 12:49:46 +01:00
.idea scaffolding for ml pipeline 2026-05-16 14:15:56 +00:00
.vscode added utils to allow easier subtask management 2026-03-02 15:15:39 +00:00
applications Model the newer stored survey when refetching EPCs 🟪 2026-07-15 09:40:52 +00:00
asset_list redeploy old postcode splitter 2026-05-21 09:46:47 +00:00
backend PasHub SAP accuracy: pin Wythenshawe cohort (149/168 computable) 🟩 2026-07-16 14:49:17 +00:00
backlog UploadedFile, FileTypeEnum, FileSourceEnum importable from infrastructure.postgres.uploaded_file_table 🟥 2026-06-09 11:42:53 +00:00
datatypes Reclassify terraced room-in-roof gables as party, not external 2026-07-17 09:32:42 +00:00
deployment/terraform feat(terraform): point modelling_e2e at the historic-EPC backup (ADR-0054) 2026-07-14 12:08:29 +00:00
docs Add extractor-accuracy campaign handover (state, recipe, remaining targets) 2026-07-14 22:43:24 +00:00
domain PasHub SAP accuracy: infiltration inputs + immersion DHW + lights/lobby/heat-network (#1615) 2026-07-16 00:30:55 +01:00
epr_data_exports allowing carbon and energy otimisation by removing slack 2025-07-31 19:13:16 +01:00
etl Request planning/address-profiling properties from HubSpot deal fetch 2026-07-14 15:49:42 +00:00
harness Fetch a property's lodged EPC by UPRN, not property_id 2026-07-14 10:35:51 +00:00
infrastructure Merge pull request #1526 from Hestia-Homes/feature/fabric-first-scenario 2026-07-10 12:48:06 +01:00
model_data/requirements its working the way khalim wanted wiht postcode and then search that 2026-01-22 15:17:13 +00:00
orchestration Goal-aligned dispatch reads one enum-keyed table 🟪 2026-07-10 11:17:27 +00:00
recommendations save 2026-05-07 15:55:44 +00:00
repositories Break lodged-UPRN duplicates by latest inspection_date, then id 2026-07-14 10:46:01 +00:00
sap worksheets S0380.238: single-point instantaneous water heaters incur no distribution loss 2026-06-05 19:00:02 +00:00
scripts make pashub accuracy test more generic and add files for lincs rural 2026-07-16 11:22:39 +00:00
sfr/principal_pitch 17.1 and 18 done by claude 2026-06-12 12:52:36 +00:00
survey_report quidos site notes extraction 2025-02-18 19:49:29 +00:00
tests Reclassify terraced room-in-roof gables as party, not external 2026-07-17 09:32:42 +00:00
utilities Merge branch 'main' into feature/abri-api-integration 2026-07-07 14:08:52 +00:00
utils SharePoint 404s raise ResourceNotFoundError without error-level logging 🟩 2026-07-03 12:26:33 +00:00
.coveragerc fixed unit tests 2023-10-05 16:04:12 +01:00
.dockerignore deployment from infrastructure 2026-05-19 12:55:30 +00:00
.gitignore Add Hyde property_overrides build script + creds-free smoke test 🟩 2026-06-19 19:02:42 +00:00
__init__.py added checking for directory before creation and made some minor style changes 2023-08-25 15:21:17 +01:00
ara_backend_design.md docs(ara): next-agent handover for Property Baseline (SAP calc) + Modelling 2026-06-01 16:20:06 +00:00
BaseUtility.py fixed missing task and subtask for single remote assessments 2025-11-27 17:50:26 +00:00
CLAUDE.md Annotate locals assigned from cross-module calls in the historic-EPC stack 🟪 2026-07-04 14:59:13 +00:00
conftest.py working on integrating new EPC api into address2UPRN 2026-04-27 11:32:44 +00:00
CONTEXT.md Record below-regs loft eligibility as ADR-0063 2026-07-10 15:59:51 +00:00
devcontainer.sh add dev container 2026-04-17 14:50:57 +00:00
Dockerfile.test fix: address 22 project-wide test failures from previous sweep 2026-05-26 13:34:51 +00:00
Dockerfile.test.dockerignore deployment from infrastructure 2026-05-19 12:55:30 +00:00
Makefile adding to dev container to create shared network on start up 2026-04-25 15:03:07 +00:00
MEMORY.md memory 2026-04-02 10:24:31 +00:00
modelling_audit.md neighbour_divergence: key cohorts on main-heating fuel 2026-07-01 14:24:31 +00:00
next_claude_prompt.txt scripts? 2026-06-11 07:07:27 +00:00
P960-0001-001431-2.pdf Merge remote-tracking branch 'origin/main' into feature/hyde_make_it_more_accurate_with_tests 2026-06-16 15:23:52 +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
playground.py.local-backup Merge remote-tracking branch 'origin/main' into feature/hyde_make_it_more_accurate_with_tests 2026-06-16 15:23:52 +00:00
pyproject.toml slice 14a: ml_training_data pkg + sample.py (CSV filter + random sample) 2026-05-16 17:39:43 +00:00
pyrightconfig.json slice 14d: build_features wires bulk reader -> mapper -> EpcMlTransform 2026-05-16 18:38:41 +00:00
pytest.ini revert pytest.ini 2026-06-23 16:39:49 +00:00
README.md adding to dev container to create shared network on start up 2026-04-25 15:03:07 +00: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 added logic to add to serverless 2026-04-22 12:39:44 +00:00
Summary_001431-3.pdf Merge remote-tracking branch 'origin/main' into feature/hyde_make_it_more_accurate_with_tests 2026-06-16 15:23:52 +00:00
test.requirements.txt tests wrong environemnt 2026-05-29 16:17:06 +00:00
tox.ini removing playright install for integration test 2026-04-30 20:08:13 +00:00
UBIQUITOUS_LANGUAGE.md standardist Address 2026-06-01 16:32:48 +00: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

Getting Started

Prerequisites

Dev Container Setup

This repo uses a Docker Compose-based dev container. The model-backend service joins a shared-dev Docker network so it can communicate with other local services (e.g. a frontend container) running on your machine.

VS Code users: The initializeCommand in devcontainer.json creates the shared-dev network automatically before the container starts. No manual step required — just open the repo and select Reopen in Container.

Non-VS Code / CI workflows: Run the following once before starting the container:

make dev-setup

This is idempotent and safe to re-run if the network already exists.

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