NathanRxl / bnp-cardif-challenge

After deadline Kaggle Competition, Master's Data Science, 2017
0 stars 0 forks source link

Make the preprocessing script operational #1

Closed NathanRxl closed 7 years ago

NathanRxl commented 7 years ago

As a beginning, the preprocessing script must be able to run with the command

& python3-conda preprocessing_script.py

And must create from csv files "data/train.csv" and "data/test.csv" new csv files "data/preprocessed_train.csv" and "data/preprocessed_test.csv".

The preprocessing must be using the strategy we discussed last Thursday, that is to say :

The assignee should tackle any easy(/free)-improvement of the given description on-the-fly.