Upload GC_F_5m_meta.json with huggingface_hub
Browse files- GC_F_5m_meta.json +30 -0
GC_F_5m_meta.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"symbol": "GC=F",
|
| 3 |
+
"interval": "5m",
|
| 4 |
+
"feature_names": [
|
| 5 |
+
"Open",
|
| 6 |
+
"High",
|
| 7 |
+
"Low",
|
| 8 |
+
"Close",
|
| 9 |
+
"Volume",
|
| 10 |
+
"Returns",
|
| 11 |
+
"HL_Range",
|
| 12 |
+
"Close_Position",
|
| 13 |
+
"RSI",
|
| 14 |
+
"MACD_hist",
|
| 15 |
+
"ROC",
|
| 16 |
+
"MOM",
|
| 17 |
+
"ATR",
|
| 18 |
+
"BB_width",
|
| 19 |
+
"SMA_ratio",
|
| 20 |
+
"hour_sin",
|
| 21 |
+
"hour_cos"
|
| 22 |
+
],
|
| 23 |
+
"lookback": 96,
|
| 24 |
+
"best_val_dir_acc": 44.24410540915395,
|
| 25 |
+
"best_epoch": 1,
|
| 26 |
+
"test_dir_acc": 48.37,
|
| 27 |
+
"test_actionable_acc": 48.37,
|
| 28 |
+
"test_return_pct": 26434.4,
|
| 29 |
+
"model_params": 2150276
|
| 30 |
+
}
|