289d11b0a8Refactor main script and introduce CLI for OHLCV Predictor. Consolidate functionality into a new package structure, enhancing modularity. Update README to reflect new features and usage instructions, including the requirement for a companion feature list JSON. Add configuration classes for better parameter management and streamline data loading and preprocessing.
main
Simon Moisy
2025-08-12 16:06:05 +08:00
70da858aacUpdate inference documentation and main script for improved usability. Revise README for clarity on data requirements and minimal usage. Adjust main.py to ensure proper handling of test predictions and add checks for local variables before plotting.
Simon Moisy
2025-08-12 15:12:07 +08:00
add3fbcf19Add evaluation module with walk-forward CV and metrics computation. Enhance feature engineering with additional OHLCV features and rolling statistics. Update main script to integrate walk-forward CV for feature importance and pruning.
Simon Moisy
2025-08-11 16:53:39 +08:00
a419764fffEnhance CustomXGBoostGPU for inference by making training data optional and adding model loading functionality. Update feature engineering to support caching and improve data handling. Introduce a new inference example and README for better usability in other projects.
Simon Moisy
2025-08-08 09:38:18 +08:00
b56d9ea3a1Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
Simon Moisy
2025-06-25 13:39:49 +08:00
3e08802194Add comprehensive rules for project management, including global development standards, architecture guidelines, code review processes, context management, task generation, and iterative workflows. Establish documentation standards and refactoring protocols to enhance maintainability and prevent technical debt.
Simon Moisy
2025-06-25 13:39:02 +08:00
120c366576best prediction so far
Simon Moisy
2025-06-03 16:46:01 +08:00
0bbb0e52afDid feature selection, moved from RMSE to MAE for accuracy testing (maybe not a good idea after all), fine tuned hyperparameters a bit (need to do more)
Simon Moisy
2025-06-03 15:40:43 +08:00
8d3f045a92init
Simon Moisy
2025-05-31 00:57:31 +08:00