Merge pull request 'feat(tradein/ui): честное раскрытие покрытия диапазона в hero (#2209)' (#2232) from fix/tradein-range-disclosure into main
All checks were successful
Deploy Trade-In / changes (push) Successful in 12s
Deploy Trade-In / test (push) Has been skipped
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / build-backend (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 3m3s
Deploy Trade-In / deploy (push) Successful in 1m14s
All checks were successful
Deploy Trade-In / changes (push) Successful in 12s
Deploy Trade-In / test (push) Has been skipped
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / build-backend (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 3m3s
Deploy Trade-In / deploy (push) Successful in 1m14s
This commit is contained in:
commit
14d76fb136
1 changed files with 5 additions and 0 deletions
|
|
@ -464,6 +464,11 @@ export function HeroSummary({ estimate, input, onResubmit, isResubmitting = fals
|
||||||
)}
|
)}
|
||||||
<p className="hero-duo__hint">
|
<p className="hero-duo__hint">
|
||||||
Диапазон отражает разброс цен по рынку, а не погрешность оценки.
|
Диапазон отражает разброс цен по рынку, а не погрешность оценки.
|
||||||
|
{/* #2209: честное раскрытие точности — замеренное покрытие бэктестом
|
||||||
|
по реальным ДКП Росреестра (2026-07: n=276, coverage 81.5%).
|
||||||
|
Обновлять при существенном изменении baseline-метрик. */}{" "}
|
||||||
|
По нашему замеру на реальных сделках Росреестра фактическая цена
|
||||||
|
продажи попадает в диапазон в ~80% случаев (июль 2026).
|
||||||
</p>
|
</p>
|
||||||
{estimate.ratio_basis === "global_fallback" ? (
|
{estimate.ratio_basis === "global_fallback" ? (
|
||||||
<div className="hero-duo__note">
|
<div className="hero-duo__note">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue