Primary competition visual

Classification for Landslide Detection

1 000 CHF
Completed (7 months ago)
Classification
Earth Observation
Python
GIS
Computer Vision
Machine Learning
Deep Learning
993 joined
303 active
Starti
Apr 17, 25
Closei
Aug 04, 25
Reveali
Aug 04, 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

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

1 Aug 2025, 14:43
Upvotes 0
User avatar
isaacOluwafemiOg
Kwame nkrumah university of science and technology

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

Yess I use the above codes on exporting

User avatar
Freelance

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.