diff --git a/6_Segmentation_and_Marketing_Personae.py b/6_Segmentation_and_Marketing_Personae.py index ad3c4d6..62897c0 100644 --- a/6_Segmentation_and_Marketing_Personae.py +++ b/6_Segmentation_and_Marketing_Personae.py @@ -14,7 +14,8 @@ from tabulate import tabulate ################################### # choose the model we use for the segmentation -model_name = "LogisticRegression_Benchmark" +# model_name = "LogisticRegression_Benchmark" +model_name = "LogisticRegression_cv" ###################################