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