Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,3 +1,11 @@
|
|||||||
# random-forest-trader
|
# random-forest-trader
|
||||||
|
|
||||||
A machine learning–driven equity trading strategy that leverages a Random Forest classifier trained on historical market data, with performance evaluated through systematic backtesting.
|
A machine learning–driven 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user