Files
random-forest-trader/README.md
2026-03-23 03:50:05 +00:00

11 lines
374 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# random-forest-trader
A machine learningdriven equity trading strategy that leverages a Random Forest classifier trained on historical market data, with performance evaluated through systematic backtesting.
```
$ python main.py
[*********************100%***********************] 5 of 5 completed
Test Accuracy: 0.5144
Sharpe Ratio: 0.49
Plot saved as strategy.png
```