Primary competition visual

Classification for Landslide Detection by ITU

1 000 CHF
Completed (~1 year ago)
Classification
Earth Observation
Python
GIS
Computer Vision
Machine Learning
Deep Learning
1028 joined
303 active
Starti
17 Apr 25
Closei
04 Aug 25
Reveali
04 Aug 25
Samplesubmision
1 Aug 2025, 14:41 · 4

I need help guys. what is purpose samplesubmision file . Is there in relation between missing id error on submission and miss using of samplesubmision

Discussion 4 answers
User avatar

I need help guys. what is purpose of samplesubmision file . Is there any relation between missing id error on submission and miss using of samplesubmision

Upvotes 0
User avatar
isaacOluwafemiOg

When exporting your submission file, do you use .to_csv(...,index=False)?

The omission of "index=False" is the usual cause of missing id error

Upvotes 0
User avatar

Yess I use the above codes on exporting

Upvotes 0
User avatar

The sample submission shows how your submission file should be. So, you can replicate it by converting the ID and their predictions into a dataframe and naming the columns as it is in the sample submission file. Remember to set index=False while saving the dataframe as a CSV file.

Upvotes 0