Training diagnostic
Recorded harness replay
Training diagnostic · tool trace
A de-identified, call-by-call projection of a captured tabular classification run with a valid submission and a failed held-out threshold.
Recorded tool calls with selected inputs and outputs. Dataset rows, model source and identifying details are withheld.
Task
Build a classifier for a public tabular task, produce a schema-valid submission, and test whether the stated held-out accuracy threshold is reachable.
01 / 24
bashInspect the task files
Input
Verified excerpt
List the public task directory and inspect CSV headers; row payloads are withheld.
ls -la; echo "---"; ls -la public/
Resultok
Sanitized summary
The public task directory and train/test/sample-submission files are present; CSV rows remain withheld.
Final grade2 pending