Commit graph

4860 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
9c8aa75469 slice 7: flat categoricals + ColumnSpec.categorical flag
Adds seven flat categorical features (dwelling_type, tenure,
transaction_type, property_type, built_form, region_code,
country_code) emitted as raw strings. New ColumnSpec.categorical
bool tells the parquet writer to cast these to pd.Categorical at the
I/O boundary, keeping pandas out of the domain/schema module.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 15:14:30 +00:00
Khalim Conn-Kowlessar
e4f9e9e1db slice 6: flat booleans and optional integer indicators
Adds three non-nullable booleans (solar_water_heating,
has_hot_water_cylinder, has_fixed_air_conditioning) and three
optional integer indicators (percent_draughtproofed,
energy_rating_average, environmental_impact_current). All direct
EpcPropertyData field reads.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 15:06:02 +00:00
Khalim Conn-Kowlessar
e9b4dbbfe5 slice 5: room, door and lighting count features
Ten flat int counts added to the transform — door_count,
habitable/heated/wet/insulated_door counts, extensions, open
chimneys, and the three fixed-lighting bulb counts (CFL/LED/
incandescent). All non-nullable; direct EpcPropertyData field reads.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 15:03:58 +00:00
Khalim Conn-Kowlessar
aa00259b1a slice 4: total_floor_area_m2 feature
First feature column lands on the transform: schema() advertises
total_floor_area_m2 as a non-nullable float; to_row() emits the value
from EpcPropertyData.total_floor_area_m2 alongside the six targets.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 14:47:25 +00:00
Khalim Conn-Kowlessar
375b0e895e add missing ucl.py and _fixtures.py from slices 2-3
Previous slice commits used -a-style and missed these new files;
imports in transform.py and test_transform.py would dangle on a
fresh checkout. Re-running pytest after this commit covers all four
EpcMlTransform tests cleanly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 14:43:09 +00:00
Khalim Conn-Kowlessar
81f6163295 added ucl corrected peui 2026-05-16 14:39:24 +00:00
Khalim Conn-Kowlessar
a64e7e74c5 adding kwh feidls to EpcPropertyData and testing to_row 2026-05-16 14:33:25 +00:00
Khalim Conn-Kowlessar
611ff24eb6 scaffolding for ml pipeline 2026-05-16 14:15:56 +00:00
Khalim Conn-Kowlessar
dfe9e3ddbe added potential file scaffolding: 2026-05-15 10:56:53 +00:00
Khalim Conn-Kowlessar
acb2518235 second grill session updating prd + context 2026-05-15 10:41:47 +00:00
Khalim Conn-Kowlessar
8d6c770da8 grilling session updates to prd 2026-05-14 16:36:22 +00:00
Khalim Conn-Kowlessar
f8bd13cb63 editing per portfolio feature flag 2026-05-14 07:39:18 +00:00
Khalim Conn-Kowlessar
02df38e207 note kwh service not needing predictions 2026-05-13 21:52:02 +00:00
Khalim Conn-Kowlessar
d9c1696085 added architechtural decisions, added to prd 2026-05-13 21:26:18 +00:00
Khalim Conn-Kowlessar
3afeeac1b5 editing prep property ui surfaces logic 2026-05-13 20:10:39 +00:00
Khalim Conn-Kowlessar
fcbaf58a40 initial prd 2026-05-13 19:29:02 +00:00
Daniel Roth
be133ab70f
Merge pull request #1082 from Hestia-Homes/feature/check_routes
remove pandas from app requirements
2026-05-13 16:09:38 +01:00
Jun-te Kim
27b5602608 remove pandas 2026-05-13 15:08:06 +00:00
Daniel Roth
247efc37b0
Merge pull request #1062 from Hestia-Homes/feature/check_routes
basic end point check
2026-05-13 15:48:46 +01:00
Jun-te Kim
51460d1cd3 route at th ebeginnign 2026-05-13 14:47:24 +00:00
Jun-te Kim
54864bf102 resolve merge conflict 2026-05-13 14:22:04 +00:00
Jun-te Kim
fae61cb2c5
Merge pull request #1064 from Hestia-Homes/feature/integrate_new_epc_with_historical_epc
Feature/integrate new epc with historical epc
2026-05-13 15:17:21 +01:00
Jun-te Kim
2fb6a99956 throttle added 2026-05-13 14:02:36 +00:00
Jun-te Kim
ff4ad07a2b retry 2026-05-13 11:41:21 +00:00
Jun-te Kim
c347865b9e retry 2026-05-13 09:34:51 +00:00
Jun-te Kim
27c9752949
Merge pull request #1079 from Hestia-Homes/khalim-tweaks
Khalim tweaks
2026-05-13 09:52:36 +01:00
Khalim Conn-Kowlessar
566c70077a removing redundant code 2026-05-13 08:40:51 +00:00
Khalim Conn-Kowlessar
3fd7321337 remove comment 2026-05-13 08:40:51 +00:00
Jun-te Kim
3bcb94f9e5 Merge branch 'main' into feature/integrate_new_epc_with_historical_epc 2026-05-13 08:38:50 +00:00
Jun-te Kim
153ccb9210
Merge pull request #1077 from Hestia-Homes/feature/task-handler-source-cloud-logs
fix dependency issue
2026-05-12 18:17:56 +01:00
Jun-te Kim
09dbfe2106 fix dependency issue 2026-05-12 17:03:16 +00:00
Daniel Roth
853857436a
Merge pull request #1076 from Hestia-Homes/feature/task-handler-source-cloud-logs
task and sub tasks imrpvoed
2026-05-12 17:37:32 +01:00
Jun-te Kim
e458f0a2b7 task and sub tasks imrpvoed 2026-05-12 16:24:11 +00:00
Jun-te Kim
dfc100f78b rank address similiarity 2026-05-12 16:02:01 +00:00
Daniel Roth
272bfbde13
Merge pull request #1074 from Hestia-Homes/feature/magicplan-trigger
Magicplan service: Correct query URLs and implement pagination in plans response
2026-05-12 16:28:23 +01:00
Daniel Roth
a05dfd38c7 Merge branch 'main' into feature/magicplan-trigger 2026-05-12 14:56:11 +00:00
Daniel Roth
5f77fbf4e4 Fetch all pages in get_plans pagination loop 🟪 2026-05-12 14:54:14 +00:00
Daniel Roth
0d324f99b2 Fetch all pages in get_plans pagination loop 🟩 2026-05-12 14:52:46 +00:00
Daniel Roth
6dfca082f8 Fetch all pages in get_plans pagination loop 🟥 2026-05-12 14:52:31 +00:00
Daniel Roth
f83ddd05a8 Paginate get_plans to return flat list[PlanSummary] 🟩 2026-05-12 14:46:00 +00:00
Daniel Roth
62acc3ce98 Paginate get_plans to return flat list[PlanSummary] 🟥 2026-05-12 14:45:09 +00:00
Daniel Roth
8727a78f8b correct magic plan url paths 🟩 2026-05-12 14:33:58 +00:00
Daniel Roth
beaf21fdcc correct magic plan url paths 2026-05-12 14:32:37 +00:00
Daniel Roth
adecfda28f
Merge pull request #1072 from Hestia-Homes/feature/magicplan-trigger
Magicplan: corrections to trigger and handler
2026-05-12 15:23:26 +01:00
Daniel Roth
75d0313934 fix broken magicplan handler tests 2026-05-12 14:14:37 +00:00
Daniel Roth
04df924146 fix local invoker 2026-05-12 14:13:12 +00:00
Jun-te Kim
8b27a5173b fix typo for rate limit error 2026-05-12 14:05:30 +00:00
Daniel Roth
3df726937e Remove unused _api_key instance variable now auth is fully header-based 🟪 2026-05-12 14:03:07 +00:00
Daniel Roth
eb381a778c _fetch_plan() sends no API key query parameter 🟩 2026-05-12 14:02:17 +00:00
Daniel Roth
7752039dbd _fetch_plan() sends no API key query parameter 🟥 2026-05-12 14:01:40 +00:00