Primary competition visual

Radiant Earth Spot the Crop XL Challenge

Helping South Africa
$8 800 USD
Challenge completed ~4 years ago
Classification
Earth Observation
347 joined
50 active
Starti
Jul 05, 21
Closei
Oct 03, 21
Reveali
Oct 03, 21
Test submission
Data · 26 Jul 2021, 21:30 · 3

Hi, could someone please explain exactly how to make a test submission for this? I seem to have a bunch of missing field IDs when submitting, I don't know if this is a problem on my end or not.

Cheers

Discussion 3 answers

To add: I have 35927 rows in my submission, I've tried filling in the rows it says are missing but they just keep coming and coming

26 Jul 2021, 21:31
Upvotes 0

For anyone else that has this issue you need to redownload the test data, then reindex your predictions to the sample you get with the test labels in _common, if you have one more sample than you should delete field id 0. After this you'll still get bad results, you need to reorder your columns (including field_id as column 0) like: df = df[[0, 8, 3, 1, 2, 9, 6, 5, 7, 4]]. Pretty annoying tbh, so I hope there's eventually a fix for this!