candle-annotator/services/ml/app
Marko Djordjevic 187243bfdb Fix MLflow localhost references to use Docker service name
Replace hardcoded localhost:5000 with mlflow:5000 in pipeline.yaml
and main.py health check fallback so containers can reach MLflow
over Docker's internal network.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-21 09:34:16 +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(training): use selected chart and include TA-Lib span sources 2026-02-18 23:21:23 +01:00
config.py feat(ml): add database schema, config parser, and DVC setup 2026-02-15 12:08:53 +01:00
data_access.py fix(training): use selected chart and include TA-Lib span sources 2026-02-18 23:21:23 +01:00
db.py Scope training run queries in FastAPI to filter by user ID (Task 14.3) 2026-02-20 18:38:18 +01:00
main.py Fix MLflow localhost references to use Docker service name 2026-02-21 09:34:16 +01:00
patterns.py feat: add FastAPI pattern detection endpoints (Section 1) 2026-02-17 18:34:14 +01:00
preprocessing.py Fix inference feature mismatch with training metadata 2026-02-18 23:53:38 +01:00