Primary competition visual

Amini GeoFM Decoding the Field Challenge

Helping Africa
$8 500 USD
Completed (8 months ago)
Classification
798 joined
153 active
Starti
Jun 10, 25
Closei
Jul 20, 25
Reveali
Jul 21, 25
User avatar
Knowledge_Seeker101
Freelance
Submission Error
Help · 1 Jul 2025, 22:29 · 5

I am getting missing ids error on submission my code for saving submission is submission.to_csv("submissionGeo.csv", index=False) the number of ids is 10523, I am missing something

Discussion 5 answers
User avatar
Freelance

*Note, in the test set there are multiple occurrences of unique ID, these unique IDs indicate the same point but at different time steps. When you make your submission you should only indicate one unique_ID in your submission file."

The issue may be from above. Your predictions need to be for each unique ID. Your number of predictions equals the number of instances in the test data . Probably, you need to recheck.

1 Jul 2025, 22:35
Upvotes 2
User avatar
Knowledge_Seeker101
Freelance

Okay thank you very much 🙏

Were you able to solve this?

2 Jul 2025, 09:58
Upvotes 0
User avatar
Knowledge_Seeker101
Freelance

Yes I was able , I checked the format of the submission on the Infor page