inference data storage

This commit is contained in:
Dobromir Popov
2025-07-24 15:31:57 +03:00
parent fa07265a16
commit d17af5ca4b
2 changed files with 83 additions and 1 deletions

View File

@ -181,7 +181,8 @@
## Model Inference Data Validation and Storage
- [ ] 5. Implement comprehensive inference data validation system
- [x] 5. Implement comprehensive inference data validation system
- Create InferenceDataValidator class for input validation
- Validate complete OHLCV dataframes for all required timeframes
- Check input data dimensions against model requirements