Fix quantile transform scaling and document
This commit is contained in:
@@ -48,3 +48,10 @@
|
||||
- `example/prepare_data.py`
|
||||
- `example/export_samples.py`
|
||||
- `example/config.json`
|
||||
|
||||
## 2026-01-27 — Quantile transform without extra standardization
|
||||
- **Decision**: When quantile transform is enabled, skip mean/std normalization (quantile output already ~N(0,1)).
|
||||
- **Why**: Prevent scale mismatch that pushed values to max bounds and blew up KS.
|
||||
- **Files**:
|
||||
- `example/data_utils.py`
|
||||
- `example/export_samples.py`
|
||||
|
||||
Reference in New Issue
Block a user