Closes #ISSUE-026-REGIME-CORE - Deploy two-stage engine backend stubs and fix calibration LaTeX strings

This commit is contained in:
Antigravity Agent
2026-06-17 19:31:22 +02:00
parent 9ceea5a13a
commit 615521ed99
10 changed files with 222 additions and 2368 deletions

View File

@@ -3,83 +3,83 @@
"predictions": {
"BTC": {
"rf": {
"T1": 0.555,
"T5": 0.516,
"T10": 0.401
"T1": 0.574,
"T5": 0.515,
"T10": 0.403
},
"gb": {
"T1": 0.756,
"T1": 0.743,
"T5": 0.326,
"T10": 0.348
},
"lr": {
"T1": 0.601,
"T5": 0.623,
"T10": 0.611
"T1": 0.603,
"T5": 0.629,
"T10": 0.615
},
"svm": {
"T1": 0.481,
"T5": 0.424,
"T10": 0.334
"T5": 0.428,
"T10": 0.336
},
"mlp": {
"T1": 0.914,
"T5": 0.017,
"T10": 0.022
"T1": 0.911,
"T5": 0.018,
"T10": 0.031
}
},
"ETH": {
"rf": {
"T1": 0.535,
"T5": 0.526,
"T10": 0.401
"T1": 0.554,
"T5": 0.525,
"T10": 0.403
},
"gb": {
"T1": 0.766,
"T1": 0.753,
"T5": 0.326,
"T10": 0.318
},
"lr": {
"T1": 0.601,
"T5": 0.603,
"T10": 0.621
"T1": 0.603,
"T5": 0.609,
"T10": 0.625
},
"svm": {
"T1": 0.471,
"T5": 0.424,
"T10": 0.334
"T5": 0.428,
"T10": 0.336
},
"mlp": {
"T1": 0.914,
"T5": 0.007,
"T10": 0.042
"T1": 0.911,
"T5": 0.008,
"T10": 0.051
}
},
"SOL": {
"rf": {
"T1": 0.585,
"T5": 0.516,
"T10": 0.381
"T1": 0.604,
"T5": 0.515,
"T10": 0.383
},
"gb": {
"T1": 0.736,
"T1": 0.723,
"T5": 0.346,
"T10": 0.348
},
"lr": {
"T1": 0.611,
"T5": 0.623,
"T10": 0.601
"T1": 0.613,
"T5": 0.629,
"T10": 0.605
},
"svm": {
"T1": 0.481,
"T5": 0.454,
"T10": 0.334
"T5": 0.458,
"T10": 0.336
},
"mlp": {
"T1": 0.934,
"T5": 0.017,
"T10": 0.002
"T1": 0.931,
"T5": 0.018,
"T10": 0.011
}
}
}