use cv logit instead of benchmark for the segmentation
This commit is contained in:
parent
4e74483a69
commit
21bf0c8408
|
@ -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"
|
||||
|
||||
###################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user