This commit is contained in:
2026-01-27 18:19:07 +08:00
parent 513dce2f4c
commit dc78f336bc
8 changed files with 335 additions and 0 deletions

View File

@@ -33,3 +33,9 @@
- `example/sample.py`
- `example/export_samples.py`
- `example/config.json`
## 2026-01-26 — Per-feature KS diagnostics
- **Decision**: Add a per-feature KS/CDF diagnostic script to pinpoint KS failures (tails, boundary pile-up, shifts).
- **Why**: Avoid blind reweighting and find the specific features causing KS to stay high.
- **Files**:
- `example/diagnose_ks.py`