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

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 2 answers
User avatar

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?

Upvotes 0
User avatar
CodeJoe

@Valunauts, do you still have that problem?

Upvotes 0