keeprich commited on
Commit
a978980
·
verified ·
1 Parent(s): 0ed0786

Add metrics for xgboost (USD_JPY H1)

Browse files
models/xgboost/USD_JPY_H1/metrics.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.2617975117975118,
3
+ "f1_weighted": 0.28365229002639153,
4
+ "precision": 0.6505737681167574,
5
+ "recall": 0.2617975117975118,
6
+ "initial_capital": 10000.0,
7
+ "final_equity": 10000.0,
8
+ "total_return_pct": 0.0,
9
+ "max_drawdown_pct": 0.0,
10
+ "sharpe_ratio": 0.0,
11
+ "total_trades": 0,
12
+ "win_rate_pct": 0.0,
13
+ "avg_pnl_per_trade": 0.0,
14
+ "trades_per_1000_bars": 0.0
15
+ }