So when i am trying to submit a prediction this error comes instead of score
Missing entries for IDs ID_ESPGTQ, ID_451H0L, ID_DPRO89, ID_SIBBD4, and ID_E547V9
And I have checked these ids are indeed there in my submission file
Hi, try to save your submission file by setting index as false.
df.to_csv('sub.csv', index=False)
Hi, try to save your submission file by setting index as false.
df.to_csv('sub.csv', index=False)