From 1a62d2b60a548a7213eb7100419f9e3a6b22c9f1 Mon Sep 17 00:00:00 2001 From: ajoubrel-ensae Date: Sun, 31 Mar 2024 17:16:46 +0000 Subject: [PATCH] Changement path --- 7_Sales_Forecast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7_Sales_Forecast.py b/7_Sales_Forecast.py index fbb0bf4..a80df50 100644 --- a/7_Sales_Forecast.py +++ b/7_Sales_Forecast.py @@ -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"