You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join region from household frame in stage-2 QRF predictors
CI surfaced the KeyError: 'region' because the FRS build stores region
on the household frame, not the person frame. Route the lookup through
person_household_id so the stage-2 QRF trains and predicts on the
household-derived region column without needing a full Microsimulation
bootstrap (which would require a host of unrelated household columns
like council_tax, tenure_type, etc., that test fixtures don't carry).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments