From de6d8da9312278d2c77a95506b9e46291e3acc6b Mon Sep 17 00:00:00 2001 From: toto Date: Thu, 9 Apr 2026 22:42:32 +0200 Subject: [PATCH] =?UTF-8?q?fix(bot-detector):=20FEATURES=5FBASE=20?= =?UTF-8?q?=E2=86=92=20FEATURES=20import=20name=20mismatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- services/bot-detector/bot_detector/cycle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/bot-detector/bot_detector/cycle.py b/services/bot-detector/bot_detector/cycle.py index df7ac20..229e0c1 100644 --- a/services/bot-detector/bot_detector/cycle.py +++ b/services/bot-detector/bot_detector/cycle.py @@ -14,7 +14,7 @@ from .config import ( ) from .log import log_info, log_decision from .infra import get_client, set_healthy -from .preprocessing import preprocess_df, FEATURES_BASE, FEATURES_COMPLET +from .preprocessing import preprocess_df, FEATURES, FEATURES_COMPLET from .pipeline import run_semi_supervised_logic @@ -238,7 +238,7 @@ def fetch_and_analyze(): }) # ── Features par modèle (voir DOCUMENTATION.md §4) ─────────────────────── - feats = FEATURES_BASE + feats = FEATURES feats_complet = FEATURES_COMPLET # ── Analyse fenêtre 1h ────────────────────────────────────────────────────