File size: 519 Bytes
449f353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "model_class": "superpnl.model.SuperPnLModel",
  "model_name": "full_feature_tcn",
  "use_features": true,
  "bar_dim": 6,
  "feature_dim": 33,
  "num_horizons": 2,
  "hidden_dim": 64,
  "dropout": 0.05,
  "lookback": 256,
  "horizons": [
    5,
    15
  ],
  "horizon_index": {
    "5m": 0,
    "15m": 1
  },
  "recommended_horizon": "15m",
  "recommended_horizon_index": 1,
  "input_shapes": {
    "bar": [
      "batch",
      256,
      6
    ],
    "features": [
      "batch",
      256,
      33
    ]
  }
}