Closes #SYS-DEPLOY-001 - Integrate Two-Stage Engine and Alpha Regressor Matrix

This commit is contained in:
Antigravity Agent
2026-06-17 19:47:01 +02:00
parent 615521ed99
commit dcb59c17f0
11 changed files with 640 additions and 127 deletions

View File

@@ -3,83 +3,83 @@
"predictions": {
"BTC": {
"rf": {
"T1": 0.574,
"T5": 0.515,
"T10": 0.403
"T1": 0.405,
"T5": 0.5,
"T10": 0.5
},
"gb": {
"T1": 0.743,
"T5": 0.326,
"T10": 0.348
"T1": 0.791,
"T5": 0.5,
"T10": 0.5
},
"lr": {
"T1": 0.603,
"T5": 0.629,
"T10": 0.615
"T1": 0.5,
"T5": 0.5,
"T10": 0.5
},
"svm": {
"T1": 0.481,
"T5": 0.428,
"T10": 0.336
"T1": 0.5,
"T5": 0.5,
"T10": 0.5
},
"mlp": {
"T1": 0.911,
"T5": 0.018,
"T10": 0.031
"T1": 0.669,
"T5": 0.5,
"T10": 0.324
}
},
"ETH": {
"rf": {
"T1": 0.554,
"T5": 0.525,
"T10": 0.403
"T1": 0.385,
"T5": 0.51,
"T10": 0.5
},
"gb": {
"T1": 0.753,
"T5": 0.326,
"T10": 0.318
"T1": 0.801,
"T5": 0.5,
"T10": 0.47
},
"lr": {
"T1": 0.603,
"T5": 0.609,
"T10": 0.625
"T1": 0.5,
"T5": 0.48,
"T10": 0.51
},
"svm": {
"T1": 0.471,
"T5": 0.428,
"T10": 0.336
"T1": 0.49,
"T5": 0.5,
"T10": 0.5
},
"mlp": {
"T1": 0.911,
"T5": 0.008,
"T10": 0.051
"T1": 0.669,
"T5": 0.49,
"T10": 0.344
}
},
"SOL": {
"rf": {
"T1": 0.604,
"T5": 0.515,
"T10": 0.383
"T1": 0.435,
"T5": 0.5,
"T10": 0.48
},
"gb": {
"T1": 0.723,
"T5": 0.346,
"T10": 0.348
"T1": 0.771,
"T5": 0.52,
"T10": 0.5
},
"lr": {
"T1": 0.613,
"T5": 0.629,
"T10": 0.605
"T1": 0.51,
"T5": 0.5,
"T10": 0.49
},
"svm": {
"T1": 0.481,
"T5": 0.458,
"T10": 0.336
"T1": 0.5,
"T5": 0.53,
"T10": 0.5
},
"mlp": {
"T1": 0.931,
"T5": 0.018,
"T10": 0.011
"T1": 0.689,
"T5": 0.5,
"T10": 0.304
}
}
}