submit_predictions_from_dataframe
Submit prediction data from a JSON-formatted dataframe to CrowdCent challenge slots for evaluation and scoring.
Instructions
Submit predictions from a JSON representation of a dataframe.
Args:
df: dataframe containing predictions data
slot: Submission slot number (1-based, default: 1)
Returns:
Dictionary with submission details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df | Yes | ||
| slot | No |