|----data/
| |--- Test.csv
| |--- SampleSubmission.csv
| |--- Train.csv
|
|----submissions/ (models predictions on the test data)
|---- requirements.txt
|---- Readme.md
|--- {notebook}.ipynb
# 1. Make sure to follow the repo structure
# 2. Run 'pip install -r requirements.txt'
# 3. Run 'DataProcessing.ipynb' to create the training/test data
# 4. Run 'Cropland_mapping.ipynb'
PS: #4 will generate final submission file.