candle-annotator/services/ml/app
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
..
__pycache__ fix(ml): make pair and timeframe optional in PredictRequest 2026-02-15 21:43:14 +01:00
__init__.py feat(ml): add database schema, config parser, and DVC setup 2026-02-15 12:08:53 +01:00
annotation_ingestion.py fix(ml): parse datetime column and fix TA-Lib pattern names 2026-02-15 21:13:20 +01:00
config.py feat(ml): add database schema, config parser, and DVC setup 2026-02-15 12:08:53 +01:00
db.py fix(ml): complete ML pipeline fixes and setup 2026-02-15 21:29:54 +01:00
main.py fix(ml): make pair and timeframe optional in PredictRequest 2026-02-15 21:43:14 +01:00
preprocessing.py feat(ml): implement FastAPI inference service with model loading, preprocessing, and prediction endpoints 2026-02-15 14:29:07 +01:00