You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enabled: true # Whether to participate in full training
62
62
tags: [ts] # Classification tags (for filtering)
63
63
notes: "Optional notes"# Notes
64
64
```
65
65
66
+
> [!NOTE]
67
+
> **Distinction of Market Configurations**: The `market` field in the registry acts strictly as a **Model Metadata Tag** intended for CLI selection filtering via `--market` during incremental training or predictions. Actual data extraction bounds are perpetually steered by the global `market` setting inside `model_config.json`.
68
+
66
69
### Adding a New Model
67
70
68
71
1. Create a YAML workflow config at `config/workflow_config_xxx.yaml`
0 commit comments