Hackathon rules
- You can submit the results individually or in pairs
- You must be registered on Kaggle
- Finally, you must send the results as a
.csv
file and a reproducible notebook
- If you agree, we can make your notebook public in the hackathon repository
- Maximum of three submissions per day are allowed
- Three notebooks with the highest validation metric are subject to final evaluation. The best work is selected by the jury
Notes
- Set the randomness seed in the script
- Make sure your model returns all land cover categories
- Make sure you use the same coordinate reference systems:
- Polish National Geodetic Coordinate System 1992 (
EPSG:2180
)
- Universal Transverse Mercator Coordinate System Zone 34N (
EPSG:32634
)
- State of the art classification algorithms (generally pixel-based):
- random forest
- gradient boosting
- support vector machine
- Do not waste time on tuning the model that improves the score by 0.00001; focus more on feature engineering
- If you have any questions (or problem) about the hackathon, feel free to ask on the hackathon channel on Mattermost