Expand run_all pipeline and docs

This commit is contained in:
2026-01-28 20:17:50 +08:00
parent 39eede92f6
commit f3991cc91e
3 changed files with 47 additions and 6 deletions

View File

@@ -15,7 +15,8 @@ Conventions:
Tools:
- `example/diagnose_ks.py` for per-feature KS + CDF plots.
- `example/run_all_full.py` for one-command full pipeline + diagnostics.
- `example/run_all.py` for one-command full pipeline (train/export/eval/postprocess/diagnostics).
- `example/run_all_full.py` legacy full pipeline runner.
- `example/filtered_metrics.py` for filtered KS after removing collapsed/outlier features.
- `example/ranked_ks.py` for ranked KS table + cumulative avg_ks if removing top features.
- `example/evaluate_generated.py` for full-reference metrics (now supports glob over all train*.csv.gz).