_mcp_split_dataset_config
Generates a Python script to split datasets into train, validation, and test sets using a configurable random seed, with optional stratification.
Instructions
Render a seeded train/val/test split Python script from template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| ratios | No | ||
| stratify | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||