Commit Graph
3 Commits
Author SHA1 Message Date
google-labs-jules[bot]andmaghdam 251aa900dd Add tests for feature engineering features and fix related bugs
- Create `tests` directory and `tests/test_feature_engineering.py`.
- Add comprehensive pytests covering 10 functions in `features/feature_engineering.py`.
- Fix bug in `market_regime_dc` where integer index locations were incorrectly applied to the original DataFrame using `.loc`.
- Fix bug in `displacement_detection` where type coercion failed due to combining integer and float series in bitwise AND operations (`&`).
- Add assertions for column existence and value range bounding.

Co-authored-by: maghdam <63883156+maghdam@users.noreply.github.com>
2026-03-11 18:37:59 +00:00
Mohammad Aghdam 6939daaeb4 feat: Organize notebooks and add stationarity checks 2025-10-02 00:00:16 +02:00
Maghdam 6a3994bbf7 Initial commit 2025-03-02 22:25:33 +01:00