From 9761ee603633ccc5559e1b89e8c3b779da900fe5 Mon Sep 17 00:00:00 2001 From: marco370 <48531002-marco370@users.noreply.replit.com> Date: Tue, 25 Nov 2025 17:24:29 +0000 Subject: [PATCH] Add visual indicators for the Hybrid ML model version Update the UI to display badges indicating the use of Hybrid ML v2.0.0 on both the Training and Anomaly Detection cards, and refine descriptive text for clarity. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7abf54ed-5574-4967-a851-0590e80d6ad1 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/jFtLBWL --- .replit | 2 +- client/src/pages/Training.tsx | 30 ++++++++++++++++++++---------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.replit b/.replit index a5e7f75..f3a433e 100644 --- a/.replit +++ b/.replit @@ -19,7 +19,7 @@ localPort = 41303 externalPort = 3002 [[ports]] -localPort = 43081 +localPort = 42975 externalPort = 4200 [[ports]] diff --git a/client/src/pages/Training.tsx b/client/src/pages/Training.tsx index cefd634..6571118 100644 --- a/client/src/pages/Training.tsx +++ b/client/src/pages/Training.tsx @@ -198,14 +198,19 @@ export default function TrainingPage() {
- Addestra il modello Isolation Forest analizzando i log recenti per rilevare pattern di traffico normale. + Addestra il modello Hybrid ML (Isolation Forest + Ensemble Classifier) analizzando i log recenti per rilevare pattern di traffico normale.