File size: 729 Bytes
aa4db79 | 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 35 | {
"cache_key": "BTC-USD_1d_mean_reversion_219c1188f7be",
"symbol": "BTC-USD",
"interval": "1d",
"lookback": 60,
"focus": "mean_reversion",
"forecast_horizon": 7,
"feature_columns": [
"Close",
"Open",
"High",
"Low",
"Volume",
"Returns",
"MA_7",
"MA_21",
"MA_50",
"Price_to_MA7",
"Price_to_MA21",
"Price_to_MA50",
"RSI",
"RSI_Deviation",
"BB_Position",
"Price_Stretch"
],
"training_timestamp": "2025-11-09T19:40:29.454615",
"data_end_timestamp": "2025-11-08T00:00:00",
"training_epochs": 15,
"best_val_loss": 0.1757873147726059,
"model_architecture": {
"d_model": 512,
"num_encoder_layers": null,
"num_decoder_layers": null
}
} |