feat(tradein): калибровка repair-коэффициентов с base 1.0 (#7) #619
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#619
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/tradein-repair-coef-calibration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Поправка на ремонт уже была реализована (
a7d0101), но коэффициенты не откалиброваны + база была 0.98 (срезала 2% с каждой standard-оценки). Перекалибровано: needs_repair=0.94 / standard=1.00 (baseline no-op) / good=1.05 / excellent=1.10.Почему не из данных
Проверил прод: listings.repair_state покрытие ~2% (avito 1%, cian 5%, yandex/n1 0%), значения сырые un-normalized (cosmetic/euro/fine/without/designer/rough вместо enum), медианы confounded площадью (without-отделки 193k > euro 167k — немонотонно). Деривация = мусор. Коэффициенты помечены как tunable-эвристика.
Follow-up для настоящего v2
Tests
5 new (ratio, baseline no-op, None no-op, note present/absent — читают _REPAIR_COEF динамически) + 7 cian-integration. Ruff clean. code-reviewer APPROVE (mechanics корректны, application-блок не тронут, _IMV_REPAIR_MAP не тронут).
Closes #7.