Remove legacy event and mixed distribution paths

This commit is contained in:
2026-08-01 14:23:18 +08:00
parent dfb22adf2d
commit de6f9b75b9
22 changed files with 370 additions and 463 deletions

View File

@@ -9,12 +9,12 @@ with exactly three fields:
token int32
``token`` follows the existing ``labels.csv`` convention used by
``prepare_data.py``: padding=0, checkup=1 (not emitted here), and the first
label in ``labels.csv`` receives token 2. Each ``(eid, token)`` is deduplicated
``prepare_data.py``: padding=0, token 1 is reserved and unused, and the first
label in ``labels.csv`` receives token 2. Each ``(eid, token)`` is deduplicated
to the first known event date.
The output is intended for calendar-indexed temperature and air-pollution
queries. It contains no date of birth, sex, covariates, or checkup events.
queries. It contains no date of birth, sex, covariates, or assessment events.
Usage
-----