Create 8 missing READMEs (config, ctrader-openapi, market-data, ml-data, model_loader, risk-data, trading-data, training_uploader). Update 9 existing READMEs to standard template format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
433 B
Markdown
18 lines
433 B
Markdown
# ml-data
|
|
|
|
Production-ready ML data management for HFT trading systems.
|
|
|
|
## Key Types
|
|
|
|
- `MlDataConfig` — ML data repository configuration
|
|
- `FeaturesRepository` — feature storage and retrieval
|
|
- `ModelsRepository` — model metadata and versioning
|
|
- `PerformanceRepository` — model performance tracking
|
|
- `TrainingRepository` — training run management
|
|
|
|
## Usage
|
|
|
|
```rust
|
|
use ml_data::{MlDataConfig, FeaturesRepository};
|
|
```
|