ct game-metrics graph safety-fpr
Plot a dense safety-vs-audit-FPR curve (action-monitor leg).
Usage
ct game-metrics graph safety-fpr [OPTIONS]
Options
| Option | Description |
|---|---|
--honest TEXT | Honest trajectories (path, dir, or run URL/ID). Mutually exclusive with --run-file. |
--attack TEXT | Attack trajectories (path, dir, or run URL/ID). Mutually exclusive with --run-file. |
--run-file PATH | YAML run file with multiple run entries (one curve each). |
--filter-by TEXT | Filter runs by metadata (field=value, repeatable). |
--fpr-min FLOAT RANGE | Smallest target FPR on the grid (percent step-wise audit FPR). [default: 0.01; 0.0001<=x<=100] |
--fpr-max FLOAT RANGE | Largest target FPR on the grid (percent step-wise audit FPR). [default: 100.0; 0.0001<=x<=100] |
--points INTEGER RANGE | Number of log-spaced FPR grid points. [default: 250; x>=2] |
--output-dir PATH | Output directory (default: data/safety_fpr/<timestamp>). |
--help | Show this message and exit. |