Closes #ISSUE-027-REGIME-UI - Implement regime indicator badge and dynamic meta-learner threshold

This commit is contained in:
Antigravity Agent
2026-06-17 19:59:37 +02:00
parent dcb59c17f0
commit 1dc637aaf6
11 changed files with 103 additions and 26 deletions

View File

@@ -1,14 +1,15 @@
{
"isShieldActive": false,
"activeRegime": 1,
"predictions": {
"BTC": {
"rf": {
"T1": 0.405,
"T1": 0.513,
"T5": 0.5,
"T10": 0.5
},
"gb": {
"T1": 0.791,
"T1": 0.64,
"T5": 0.5,
"T10": 0.5
},
@@ -23,19 +24,19 @@
"T10": 0.5
},
"mlp": {
"T1": 0.669,
"T5": 0.5,
"T10": 0.324
"T1": 0.037,
"T5": 0.706,
"T10": 0.207
}
},
"ETH": {
"rf": {
"T1": 0.385,
"T1": 0.493,
"T5": 0.51,
"T10": 0.5
},
"gb": {
"T1": 0.801,
"T1": 0.65,
"T5": 0.5,
"T10": 0.47
},
@@ -50,19 +51,19 @@
"T10": 0.5
},
"mlp": {
"T1": 0.669,
"T5": 0.49,
"T10": 0.344
"T1": 0.037,
"T5": 0.696,
"T10": 0.227
}
},
"SOL": {
"rf": {
"T1": 0.435,
"T1": 0.543,
"T5": 0.5,
"T10": 0.48
},
"gb": {
"T1": 0.771,
"T1": 0.62,
"T5": 0.52,
"T10": 0.5
},
@@ -77,9 +78,9 @@
"T10": 0.5
},
"mlp": {
"T1": 0.689,
"T5": 0.5,
"T10": 0.304
"T1": 0.057,
"T5": 0.706,
"T10": 0.187
}
}
}