Commit Graph

7 Commits

Author SHA1 Message Date
e040707d07 fix: evaluate AUC on fixed test EIDs 2026-08-03 13:56:06 +08:00
de6f9b75b9 Remove legacy event and mixed distribution paths 2026-08-01 14:23:18 +08:00
dfb22adf2d Add train-split robust scaling for continuous values 2026-08-01 11:37:21 +08:00
c622ec50f7 Add disease history ablation modes 2026-07-29 13:53:15 +08:00
315f552301 refactor: isolate Delphi2M next-token pipeline 2026-07-25 14:22:36 +08:00
c3e49db859 Enhance DeepHealth model to incorporate CHECKUP state tokens in next-step training and evaluation, update dataset cache versioning, and improve handling of observed event histories. 2026-06-15 14:10:09 +08:00
46a3dfe628 Add training scripts for all-future and next-step supervision with DeepHealth
- Implement `train_all_future.py` for training with query-conditioned all-future supervision.
- Implement `train_next_step.py` for training with next-token/next-time-point supervision.
- Introduce `train_util.py` for shared utility functions including logging, dataset splitting, and model checkpointing.
- Enhance argument parsing for both training scripts to accommodate new parameters.
- Update loss functions and model configurations to support the new training paradigms.
2026-06-13 11:42:04 +08:00