candle-annotator/services/ml/app/__pycache__
Marko Djordjevic 6d0d67e39b fix(ml): make pair and timeframe optional in PredictRequest
- Change pair and timeframe fields from required to optional
- Frontend only sends candles array, not pair/timeframe metadata
- These fields are only used for logging, not prediction logic
- Update logging to handle None values with 'unknown' fallback
- Fixes 422 validation error on /predict endpoint
2026-02-15 21:43:14 +01:00
..
__init__.cpython-313.pyc feat(ml): add TA-Lib annotation generation and import workflow 2026-02-15 19:18:28 +01:00
annotation_ingestion.cpython-313.pyc fix(ml): parse datetime column and fix TA-Lib pattern names 2026-02-15 21:13:20 +01:00
config.cpython-313.pyc feat(ml): add TA-Lib annotation generation and import workflow 2026-02-15 19:18:28 +01:00
db.cpython-313.pyc fix(ml): complete ML pipeline fixes and setup 2026-02-15 21:29:54 +01:00
main.cpython-313.pyc fix(ml): make pair and timeframe optional in PredictRequest 2026-02-15 21:43:14 +01:00
preprocessing.cpython-313.pyc feat(ml): add TA-Lib annotation generation and import workflow 2026-02-15 19:18:28 +01:00