use cv logit instead of benchmark for the segmentation

This commit is contained in:
Thomas PIQUE 2024-04-02 11:26:06 +00:00
parent 4e74483a69
commit 21bf0c8408

View File

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