From cf0b33c9408717ea7bd40cbb75ae2fc492569cae Mon Sep 17 00:00:00 2001 From: tpique-ensae Date: Wed, 27 Mar 2024 15:57:24 +0000 Subject: [PATCH] added input to select type of activity --- 0_6_segmentation_V2TP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_6_segmentation_V2TP.py b/0_6_segmentation_V2TP.py index 9c22722..ec2582c 100644 --- a/0_6_segmentation_V2TP.py +++ b/0_6_segmentation_V2TP.py @@ -21,7 +21,7 @@ import matplotlib.pyplot as plt ################################### # choose the type of companies for which you want to run the pipeline -type_of_activity = "sport" +type_of_activity = input('Choisissez le type de compagnie : sport ? musique ? musee ?') # choose the model we use for the segmentation model_name = "LogisticRegression_Benchmark"