live demo: drop elliott-lab from inference host list

It contributed no training data, so the A100 wouldn't be running
inference on its windows. Only hosts that actually produced data
(elliott-thinkpad, k-gamingcom) should appear as the source of
synthetic predictions in the live scene.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Max Gorog 2026-05-08 16:59:04 -05:00
parent ac630997c3
commit 00d11740eb
2 changed files with 5 additions and 2 deletions

View file

@ -2268,7 +2268,10 @@ def train_nn(*, model, X_train, y_train, X_val, y_val,
{ name: 'lstm', acc: 0.93, latMs: 3.2, phaseIdx: 2 },
{ name: 'bert', acc: 0.95, latMs: 8.6, phaseIdx: 0 },
];
const HOSTS = ['elliott-lab', 'elliott-thinkpad', 'k-gamingcom'];
// Only hosts that actually contributed training data — elliott-lab
// produced none, so it should never be the source of an inference
// window in the live scene.
const HOSTS = ['elliott-thinkpad', 'k-gamingcom'];
const PROFILES = ['cpu-saturate', 'ransomware-lite', 'bursty-c2', 'fork-bomb', 'crypto-miner'];
const PHASES = ['clean', 'armed', 'infecting', 'infected_running', 'dormant'];
let counter = 0;

View file

@ -1313,6 +1313,6 @@
</article>
</div>
<script src="/static/dashboard.js?v=44e715a3"></script>
<script src="/static/dashboard.js?v=dfb4f3c5"></script>
</body>
</html>