This commit is contained in:
Thomas PIQUE 2024-04-03 19:25:43 +00:00
parent 7bf011e2ed
commit 0f5c9cb70f

View File

@ -50,7 +50,7 @@ As the segments have to be linked to a probability of future purchase, we direct
### How run the code ### How run the code
Codes have to be run in an order following their numbers. Each of them is described below : Codes have to be run in an order following their numbers. Each of them is described below :
- '1_Input_cleaning.py' \ - `1_Input_cleaning.py` \
Clean raw data and generate dataframes that will be used to build datasets with insightful variables. Datasets are exported to location 0_Input/. Clean raw data and generate dataframes that will be used to build datasets with insightful variables. Datasets are exported to location 0_Input/.
- '2_Datasets_generation.py' \ - '2_Datasets_generation.py' \
Use dataframes previously created and aggregate them to create test and train set for each company. Databases are exported to location 1_Temp/1_0_Modelling_Datasets/ in a folder containing all 5 databases for a type of activity. Use dataframes previously created and aggregate them to create test and train set for each company. Databases are exported to location 1_Temp/1_0_Modelling_Datasets/ in a folder containing all 5 databases for a type of activity.