Update docs with latest architecture and results

This commit is contained in:
2026-01-28 11:23:50 +08:00
parent e2974342d5
commit 34d6f0d808
5 changed files with 37 additions and 4 deletions

View File

@@ -16,3 +16,8 @@ Tools:
- `example/run_all_full.py` for one-command full pipeline + diagnostics.
Notes:
- If `use_quantile_transform` is enabled, run `prepare_data.py` with `full_stats: true` to build quantile tables.
Current status (high level):
- Two-stage pipeline (GRU trend + diffusion residuals).
- Quantile transform + post-hoc calibration enabled for continuous features.
- Latest metrics (2026-01-27 21:22): avg_ks ~0.405 / avg_jsd ~0.038 / avg_lag1_diff ~0.145.