candle-annotator/services/ml/features
Marko Djordjevic fd29ab91e0 feat(ml): implement feature engineering pipeline
- Create pipeline.py with CLI argument parsing for running stages
- Implement TA-Lib indicator computation with multi-output support
- Add candle feature extraction (body_size, wicks, ratios, etc.)
- Create custom feature loader with dynamic module import
- Wire all feature engineering stages with NaN handling
- Tasks completed: 2.2, 2.3, 3.1, 3.2, 3.3, 3.4, 3.5
2026-02-15 12:22:59 +01:00
..
candle_features.py feat(ml): implement feature engineering pipeline 2026-02-15 12:22:59 +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 feat(ml): implement feature engineering pipeline 2026-02-15 12:22:59 +01:00