| title | TrainingConfig |
|---|---|
| description | TrainingConfig Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| trainingDataRatio | number |
optional | Proportion of data for training |
| validationDataRatio | number |
optional | Proportion for validation |
| testDataRatio | number |
optional | Proportion for testing |
| dataFilter | string |
optional | Formula to filter training data |
| minRecords | integer |
optional | Minimum records required |
| maxRecords | integer |
optional | Maximum records to use |
| strategy | Enum<'full' | 'incremental' | 'online' | 'transfer_learning'> |
optional | |
| crossValidation | boolean |
optional | |
| folds | integer |
optional | Cross-validation folds |
| earlyStoppingEnabled | boolean |
optional | |
| earlyStoppingPatience | integer |
optional | Epochs without improvement before stopping |
| maxTrainingTime | number |
optional | Maximum training time in seconds |
| gpuEnabled | boolean |
optional | |
| randomSeed | integer |
optional | Random seed for reproducibility |