Add soft bounds, per-feature scaling, and full pipeline runner

This commit is contained in:
2026-01-28 00:35:00 +08:00
parent f0f89abf4f
commit c3fb07ef11
8 changed files with 183 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ Recent run (user-reported, Windows):
## 10. Automation / 自动化
`example/run_all.py` runs all stages with config-driven paths.
`example/run_all_full.py` runs prepare/train/export/eval + KS diagnostics in one command.
`example/run_compare.py` can run a baseline vs temporal config and compute metric deltas.
---