candle-annotator/services/ml/features
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(ml): correct CCI indicator signature to use HLC prices 2026-02-15 21:09:47 +01:00
candle_features.py fix(ml): handle missing volume data and skip volume-dependent indicators 2026-02-15 21:56:14 +01:00
custom_loader.py feat(ml): implement feature engineering pipeline 2026-02-15 12:22:59 +01:00
engineer.py feat(ml): implement feature engineering pipeline 2026-02-15 12:22:59 +01:00
talib_features.py fix(ml): cast OHLCV arrays to float64 for TA-Lib compatibility 2026-02-15 21:52:45 +01:00