Has anyone else encountered submission file error lately?
The error says that my submission file is lacking some ids, I have cross-checked everything, including setting index=False while saving the submission file, and even taken one id in the error message to see whether it is in test file, where I have found it is not. The ids that are said to be missing are not even in my test data.
@Zindi has anything changed? Has the data been updated?
Did you filter some of the rows out of the test data?
No, I even tried replacing submission ids with those of a freshly read test dataframe.
I guess the best way to know if the problem is in the submissions page is to upload an earlier file that gave a score, if that works then I'll have to figure out what I'm doing wrong.