aetre_heldout_backtest
Compare eight triage policies via held-out backtest under fixed budget K, measuring decision flips, precision, recall, and paired bootstrap intervals to identify the best triage strategy.
Instructions
Runs a multi-policy held-out review allocation backtest across 8 triage policies under fixed review budget K, evaluating true decision flips, precision, recall, and paired bootstrap intervals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| split | No | Evaluation split ('test', 'dev', 'calib', 'replication', 'all') (default: 'test'). | |
| budget | No | Fixed review capacity budget K (default: 50). | |
| api_key | No | Optional license key. | |
| dataset | No | Dataset identifier or path (default: 'openreview'). | |
| boundary | No | Acceptance threshold boundary theta (default: 6.0). |