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"