logit cv au lieu de benchmark
This commit is contained in:
parent
52b39e03be
commit
c96e1b5f0c
|
@ -27,8 +27,8 @@ type_of_activity = input('Choisissez le type de compagnie : sport ? musique ? mu
|
||||||
PATH = f"projet-bdc2324-team1/2_Output/2_3_Sales_Forecast/{type_of_activity}/"
|
PATH = f"projet-bdc2324-team1/2_Output/2_3_Sales_Forecast/{type_of_activity}/"
|
||||||
|
|
||||||
# type of model for the score
|
# type of model for the score
|
||||||
# type_of_model = "LogisticRegression_cv"
|
type_of_model = "LogisticRegression_cv"
|
||||||
type_of_model = "LogisticRegression_Benchmark"
|
# type_of_model = "LogisticRegression_Benchmark"
|
||||||
|
|
||||||
# load train and test sets
|
# load train and test sets
|
||||||
dataset_train, dataset_test = load_train_test(type_of_activity)
|
dataset_train, dataset_test = load_train_test(type_of_activity)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user