From 354f6847b663c2369fbcfd52f967f2c92f9f4334 Mon Sep 17 00:00:00 2001 From: arevelle-ensae Date: Fri, 29 Mar 2024 10:15:28 +0000 Subject: [PATCH] standard model --- 0_5_Machine_Learning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_5_Machine_Learning.py b/0_5_Machine_Learning.py index acbf790..aefb38c 100644 --- a/0_5_Machine_Learning.py +++ b/0_5_Machine_Learning.py @@ -35,7 +35,7 @@ warnings.filterwarnings("ignore", category=DataConversionWarning) # choose the type of companies for which you want to run the pipeline type_of_activity = input('Choisissez le type de compagnie : sport ? musique ? musee ?') # choose the type of model -type_of_model = input('Choisissez le type de model : basique ? premium ?') +type_of_model = input('Choisissez le type de model : standard ? premium ?') # load train and test set # Create filesystem object