fix(site-finder): apply 12mo cutoff to n_lots/sold_pct/price in enrich economics (#1513) #1691

Merged
lekss361 merged 1 commit from fix/enrich-economics-window-1513 into main 2026-06-17 18:05:46 +00:00
Owner

Проблема (#1513)

08_enrich_economics.py: n_lots/sold_pct/price/areas считались по всей истории DDU, только velocity фильтровалась на 12мес → метрики включали устаревшие годы.

Решение

Все метрики на едином 12-месячном окне (items_12mo: register_date IS NULL → активные, либо >= cutoff_12mo). banks/avg_readiness_pct намеренно остаются lifetime (структура рынка, не события продаж).

Verify

ruff clean (+pre-existing почищены), py_compile ok. Standalone-скрипт без dedicated-тестов.

Closes #1513

## Проблема (#1513) `08_enrich_economics.py`: `n_lots`/`sold_pct`/`price`/`areas` считались по всей истории DDU, только `velocity` фильтровалась на 12мес → метрики включали устаревшие годы. ## Решение Все метрики на едином 12-месячном окне (`items_12mo`: register_date IS NULL → активные, либо >= cutoff_12mo). `banks`/`avg_readiness_pct` намеренно остаются lifetime (структура рынка, не события продаж). ## Verify `ruff` clean (+pre-existing почищены), `py_compile` ok. Standalone-скрипт без dedicated-тестов. Closes #1513
lekss361 added 1 commit 2026-06-17 17:56:35 +00:00
fix(site-finder): apply 12mo cutoff to n_lots/sold_pct/price in enrich economics (#1513)
All checks were successful
CI / changes (push) Successful in 9s
CI / changes (pull_request) Successful in 7s
CI / backend-tests (push) Has been skipped
CI / frontend-tests (push) Has been skipped
CI / openapi-codegen-check (push) Has been skipped
CI / backend-tests (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Has been skipped
82e3f15313
lekss361 merged commit 624c88c13a into main 2026-06-17 18:05:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lekss361/gendesign#1691
No description provided.