Commit Graph

7 Commits

Author SHA1 Message Date
dfb22adf2d Add train-split robust scaling for continuous values 2026-08-01 11:37:21 +08:00
315f552301 refactor: isolate Delphi2M next-token pipeline 2026-07-25 14:22:36 +08:00
b13db5e407 Unify FFN and TrajMixer model architectures 2026-07-25 12:59:09 +08:00
ca294193f4 Clarify empty extra-info logging 2026-06-29 11:26:48 +08:00
aa8ec5c3ac Refactor code structure for improved readability and maintainability 2026-06-18 13:07:35 +08:00
27aefb2f90 Refactor run directory creation to use a unique naming function in training scripts 2026-06-15 14:54:06 +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