SuperPnL / model_config.json
Shadowell's picture
Upload SuperPnL 15m realtime model package
449f353 verified
{
"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
]
}
}