Primary competition visual

AI4D Malawi News Classification Challenge

Helping Malawi
$2 000 USD
Challenge completed over 4 years ago
Classification
828 joined
322 active
Starti
Jan 22, 21
Closei
May 09, 21
Reveali
May 09, 21
Problem with submission
Data · 4 Feb 2021, 15:44 · 4

Hello, i am trying to submit results, but anyway i get the message: Missing entries for IDs ID_sQaPRMWO, ID_TanclvfR, ID_CNbveyvk, ID_MclKMhyP, ID_rNrmXOGD and more

I am sure that everything is okay and in my csv entries are not missing. What can i do to solve the problem?

Discussion 4 answers
User avatar
FutureApp
University cheikh anta diop

Hi Dakozlov. I think the problem is your separator... It should be 'space' character ... Not ',' or ';'

Hope i've help.

4 Feb 2021, 19:28
Upvotes 0

Hello, thanks for advice, i have tried it, but it didn't help. I also tried many other ways, but nothing. So, i don't know how to solve it. Maybe organizers can help with it.

User avatar
MICADEE
LAHASCOM

Hope you set index to False ( i.e index = False) while generating your csv file.

try this

sub = pd.read_csv('../input/malawi-news-classification-challenge/SampleSubmission.csv')

sub['Label']=your_predictions

sub.to_csv('submission.csv',index=False)

6 Feb 2021, 14:32
Upvotes 0