Changement path

This commit is contained in:
Antoine JOUBREL 2024-03-31 17:16:46 +00:00
parent e5c99f09ab
commit 1a62d2b60a

View File

@ -24,7 +24,7 @@ exec(open('utils_sales_forecast.py').read())
# define type of activity
type_of_activity = input('Choisissez le type de compagnie : sport ? musique ? musee ?')
PATH = f"projet-bdc2324-team1/Output_expected_CA/{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 = "LogisticRegression_cv"