est
This commit is contained in:
parent
f4b430dbc1
commit
7bf011e2ed
17
README.md
17
README.md
|
@ -7,19 +7,6 @@
|
|||
<img src="https://dev.arenametrix.fr/assets/logo_ax-806e8204f49bcc2c5e8cd34e9748d16a6038404e37fdb2dc9d61455bb06c6461.png" width=300>
|
||||
</p>
|
||||
|
||||
<p align="right">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/LOGO-ENSAE.png/900px-LOGO-ENSAE.png" width=300>
|
||||
</p>
|
||||
|
||||
|
||||
<div style="display:flex;">
|
||||
<div style="flex:1; text-align:left;">
|
||||
<img src="https://dev.arenametrix.fr/assets/logo_ax-806e8204f49bcc2c5e8cd34e9748d16a6038404e37fdb2dc9d61455bb06c6461.png" style="height: auto; width: 100%;">
|
||||
</div>
|
||||
<div style="flex:1; text-align:right;">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/LOGO-ENSAE.png/900px-LOGO-ENSAE.png" style="height: auto; width: 100%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
## Team 1
|
||||
|
@ -63,9 +50,9 @@ As the segments have to be linked to a probability of future purchase, we direct
|
|||
### How run the code
|
||||
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/.
|
||||
- 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.
|
||||
- 3_Modelling_datasets.py \
|
||||
For each type of activity, the test and train sets of the 5 tenants are concatenated. Databases are exported to location 1_Temp/1_0_Modelling_Datasets/.
|
||||
|
|
Loading…
Reference in New Issue
Block a user