From 561e60543ea92b114cd49c54a3b621c45e5004fe Mon Sep 17 00:00:00 2001
From: MAFTOUH Mohammed Amine <mohammed-amine.maftouh@imt-atlantique.net>
Date: Fri, 28 Mar 2025 18:08:51 +0000
Subject: [PATCH] Edit projet_imt.py

---
 projet_imt.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projet_imt.py b/projet_imt.py
index 8905d53..2cbf969 100644
--- a/projet_imt.py
+++ b/projet_imt.py
@@ -2,7 +2,7 @@
 
 from clustering.agg_clustering import *
 from clustering.mesures_clustering import *
-from results.affichage_messages_par_cluster import *
+from results.print_messages_per_cluster import *
 from utils.reduction_dimesion import *
 from utils.reduction_dimension_2d import *
 from results.visualize_clusters import *
@@ -30,7 +30,7 @@ def main():
     # metriques de clustering
     silhouette_score = compute_silhouette_scores(reduced_embeddings, cluster_labels)
     # afficher les resultats
-    messages_par_cluster= afficher_messages_par_cluster(df, cluster_labels)
+    messages_par_cluster= print_messages_per_cluster(df, cluster_labels)
     # afficher les messages avec les topics
     resultats= print_topics_per_cluster(df, cluster_labels):
 
-- 
GitLab