download_training_dataset
Download specific training datasets from CrowdCent prediction challenges to a specified .parquet file path for model training and analysis.
Instructions
Download a specific training dataset.
Args:
version: The version string of the training dataset (e.g., '1.0', '2.1') or 'latest'
dest_path: Absolute path where to save the dataset, must end with .parquet
Returns:
Success message or error
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| dest_path | Yes |