Commit Graph

4 Commits

Author SHA1 Message Date
21in7
6e73df196c chore: exclude mlx from container requirements (Apple Silicon only)
Made-with: Cursor
2026-03-01 18:54:38 +09:00
21in7
7e4e9315c2 feat: implement ML filter with LightGBM for trading signal validation
- Added MLFilter class to load and evaluate LightGBM model for trading signals.
- Introduced retraining mechanism to update the model daily based on new data.
- Created feature engineering and label building utilities for model training.
- Updated bot logic to incorporate ML filter for signal validation.
- Added scripts for data fetching and model training.

Made-with: Cursor
2026-03-01 17:07:18 +09:00
21in7
86904dddf7 fix: upgrade to Python 3.12 to support pandas-ta>=0.4.67b0
Made-with: Cursor
2026-03-01 16:14:03 +09:00
21in7
60b32a978e chore: add Dockerfile, docker-compose.yml, .dockerignore
Made-with: Cursor
2026-03-01 16:07:20 +09:00