Primary competition visual

ICLR Workshop Challenge #1: CGIAR Computer Vision for Crop Disease

Helping East Africa
$5 000 USD
Completed (almost 6 years ago)
Classification
Computer Vision
1050 joined
338 active
Starti
Jan 29, 20
Closei
Mar 28, 20
Reveali
Mar 29, 20
Sample submission order of ID's
Data · 17 Feb 2020, 15:52 · 2

according to the description, the order of the ID's in the csv file shouldnt matter:

' SampleSubmission.csv - is an example of what your submission file should look like. The order of the rows does not matter, but the names of the IDs must be correct.'

Unfortunately, when I order them as:ID,healthy_wheat,leaf_rust,stem_rust

I get a different score than when I order them as: ID,stem_rust,leaf_rust,healthy_wheat

What am I dooing wrong?

Discussion 2 answers

Order of columns matters apparently. Order of rows not

17 Feb 2020, 15:57
Upvotes 0

Ah clear, thanks.