altair_split_data
Split a dataset into train and test partitions for machine learning. Specify the data source and training ratio.
Instructions
Split a dataset into train/test partitions. Covers action 66 (train/validation/test split).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csvFile | No | Absolute path to a local CSV file to read directly (bypasses the repository). Use this OR repositoryEntry. | |
| trainRatio | No | ||
| repositoryEntry | No | Altair AI Studio repository path, e.g. "//Local Repository/data/customers" or "//Samples/data/Iris". Use this OR csvFile. |