Changement path
This commit is contained in:
parent
e5c99f09ab
commit
1a62d2b60a
|
@ -24,7 +24,7 @@ exec(open('utils_sales_forecast.py').read())
|
||||||
|
|
||||||
# define type of activity
|
# define type of activity
|
||||||
type_of_activity = input('Choisissez le type de compagnie : sport ? musique ? musee ?')
|
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 for the score
|
||||||
# type_of_model = "LogisticRegression_cv"
|
# type_of_model = "LogisticRegression_cv"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user