Primary competition visual

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

Helping East Africa
$5 000 USD
Challenge completed over 5 years ago
Classification
Computer Vision
1046 joined
338 active
Starti
Jan 29, 20
Closei
Mar 28, 20
Reveali
Mar 29, 20
"Missing entries..." when submitting csv file
Data · 6 Feb 2020, 22:50 · 1

Hi. Did anyone else get this error when submitting their csv file?

It's one column with values for ID, leaf_rust,stem_rust,healthy_wheat on each row, right?

And the listed entries that are supposed to be missing are in the submitted file.

Discussion 1 answer

One thing to check: have you got an extra column (eg index column) in your CSV? If so that can be misinterpreted as your ID column. Had that same error an embarrassingly large number of times when I've forgotten to add `index=False` when saving my submission csv.

10 Feb 2020, 05:14
Upvotes 0