added input to select type of activity
This commit is contained in:
parent
905072b1db
commit
cf0b33c940
|
@ -21,7 +21,7 @@ import matplotlib.pyplot as plt
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
# choose the type of companies for which you want to run the pipeline
|
# 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
|
# choose the model we use for the segmentation
|
||||||
model_name = "LogisticRegression_Benchmark"
|
model_name = "LogisticRegression_Benchmark"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user