shunya-kato / Kaggle-Ventilator-Pressure-Prediction

MIT License
1 stars 1 forks source link

Kaggle-Ventilator-Pressure-Prediction

Settings

pip install -r requirements.txt

Create a data folder and a logs folder as follows:

│
├ configs
├ data 
    ├ input 
        ├ train.csv
        ├ test.csv
    ├ output
        ├ sample_submission.csv
    ├ from_kaggle
├ logs
    ├ fold0
    ├ fold1
    ├ fold2
    ├ fold3
    ├ fold4

features

from kaggle