Commit c585fa8
committed
feat:
Two modes:
- `ways tune [--apply]`: compute optimal embed_threshold per locale
entry by scoring against the full corpus. Parallel (cores - 4),
~13s for 328 entries on 32 cores.
- `ways tune --audit`: flag entries with low discrimination gap,
showing which ways they're confused with (confusers).
Two dimensions to optimize:
- Discrimination (gap): description quality — wide gap = precise
- Sensitivity (threshold): auto-computed from discrimination data
The audit surfaces entries where no threshold can give both correct
matches and zero false positives — the description itself needs work.ways tune — parallel threshold auto-tuner with discrimination audit1 parent 283a881 commit c585fa8
3 files changed
Lines changed: 577 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
0 commit comments