This website requires JavaScript.
Explore
Help
Sign In
Simon
/
OHLCVPredictor
Watch
1
Star
0
Fork
0
You've already forked OHLCVPredictor
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
OHLCVPredictor
/
main.py
8 lines
78 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Refactor 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.
2025-08-12 16:06:05 +08:00
from
ohlcvpredictor
.
cli
import
main
Did 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)
2025-06-03 15:40:43 +08:00
init
2025-05-31 00:57:31 +08:00
Refactor 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.
2025-08-12 16:06:05 +08:00
if
__name__
==
"
__main__
"
:
main
(
)
init
2025-05-31 00:57:31 +08:00
Reference in New Issue
Copy Permalink