candle-annotator/services/ml/app
Marko Djordjevic 317f925c43 fix(ml): handle missing volume data and skip volume-dependent indicators
- Fill volume with 0 when column is absent from candle data
- Skip MFI/OBV/AD/ADOSC indicators when no real volume data available
- Fix pandas FutureWarning for inplace fillna in candle_features
- Remove temporary debug NaN logging
2026-02-15 21:56:14 +01:00
..
__pycache__ fix(api): add GET /api/charts/[id] and fix batch prediction 2026-02-15 21:49:22 +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(api): add GET /api/charts/[id] and fix batch prediction 2026-02-15 21:49:22 +01:00
preprocessing.py fix(ml): handle missing volume data and skip volume-dependent indicators 2026-02-15 21:56:14 +01:00