added input to select type of activity

This commit is contained in:
Thomas PIQUE 2024-03-27 15:57:24 +00:00
parent 905072b1db
commit cf0b33c940

View File

@ -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"