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?
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
Thanks @silvaemqap I used the submission file to select only the required entries.
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.
Thanks @iterate_encore, it turns out the extra index messed up my submission.
I'm glad you've solved it.
Best wishes.