Commit b78829c
fix: recognize 'prediction' column in main() preprocessing entry point
The V2 handler clean_winnow_rescored() already checks multiple column
name candidates, but main() only checked 'preds' and
'prediction_untokenised'. Winnow outputs use 'prediction', which was
missed. Unified the column detection to match the V2 candidates list.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b325846 commit b78829c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments