Primary competition visual

IBM SkillsBuild Hydropower Climate Optimisation Challenge

Helping the World
$3 000 USD
Completed (~1 year ago)
Prediction
Forecast
1233 joined
462 active
Starti
Mar 03, 25
Closei
Apr 13, 25
Reveali
Apr 14, 25
Submission not working
Help Β· 4 Apr 2025, 00:24 Β· 5

Hello everyone. I have been having problems with submitting my predictions. Every time I make a submission I get the following message instead of a score. Even though these predictions are actually in the submitted file.

"Missing entries for IDs 2024-09-30_consumer_device_21_data_user_3, 2024-10-01_consumer_device_21_data_user_3, 2024-10-02_consumer_device_21_data_user_3, 2024-10-03_consumer_device_21_data_user_3, and 2024-10-04_consumer_device_21_data_user_3"

I have a total of 12630 entries in my submission file. It this the right amount?

Discussion 5 answers

My submission file has 6014 rows or something like that. Have you tried the starter notebook? I modified its code so I could run other models

4 Apr 2025, 01:08
Upvotes 1

Thanks @silvaemqap I used the submission file to select only the required entries.

User avatar
isaacOluwafemiOg
Kwame nkrumah university of science and technology

Aside fixing the abnormal number of entries, you should ensure you pass index=False in the to_csv method that you used to export your submission file. That is the usual culprit.

4 Apr 2025, 04:58
Upvotes 2

Thanks @iterate_encore, it turns out the extra index messed up my submission.

User avatar
isaacOluwafemiOg
Kwame nkrumah university of science and technology

I'm glad you've solved it.

Best wishes.