Add multifeature direct horizon Torch forecaster

This commit is contained in:
Codex
2026-06-22 07:29:50 +03:00
parent 544b0f4409
commit 42f96f0a39
8 changed files with 537 additions and 93 deletions
+3
View File
@@ -46,4 +46,7 @@ def test_safe_config_summarizes_torch_forecast_artifact(make_settings, tmp_path)
"created_at": "2026-06-20T18:15:05+00:00",
"symbol_count": 2,
"models": ["PyTorch GRU", "PyTorch LSTM"],
"feature_count": 1,
"target_horizon": 0,
"direct_horizon": False,
}