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
Title: Evaluation always returns 0.000 — even with SampleSubmission.csv
23 Jul 2025, 09:02 · 3

Hello Zindi team, All my submissions return a score of 0.000 — even if I submit: The official SampleSubmission.csv (unchanged) A file with all label = 0.5 My model’s predictions I’ve verified the format (header, row count, order, encoding). Could you please confirm whether the evaluation pipeline is functioning correctly? Thank you,

Discussion 3 answers
User avatar
Amy_Bray
Zindi

I see you have made some successful submissions in the past and I have verified that our pipeline is working.

Please ensure you are submitting strings for the ID and ints for the label.

23 Jul 2025, 09:05
Upvotes 1

thank you for your response.

I’ve tried all the following:

  • Ensured the ID column is string format
  • Converted the label column to integers (0 or 1)
  • Renamed label to Label (capital L)
  • Removed any BOM or blank lines

However, even with these corrections, my submission (e.g., submission_label_capital.csv) still returns a score of 0.000.

Could you please double-check if the evaluation script is using the correct column name and properly reading the file?

23 Jul 2025, 09:50
Upvotes 0
User avatar
CodeJoe

@Valunauts, do you still have that problem?