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?
Order of columns matters apparently. Order of rows not
Ah clear, thanks.