kaggle_get_submission_score
Retrieve the public score of the most recent submission by polling the competition until scoring finishes, using bounded backoff to avoid excessive requests.
Instructions
Poll the newest submission until scoring completes (bounded polling with backoff — NOT a hot loop) and return its public score. Closes the submit loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_s | No | ||
| interval_s | No | ||
| competition | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||