NathanRxl / bnp-cardif-challenge

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

Make the cross_validation_script operational #3

Closed NathanRxl closed 7 years ago

NathanRxl commented 7 years ago

As a beginning, we should be able to run the cross_validation_script.py with a command like:

& python3-conda cross_validation_script.py

The script must use a KFold cross validation on the (preprocessed) train set, using our model. It must return the cross-validation score, ideally based on Kaggle loss.