Hey there! I downloaded the entire dataset but didn’t find submission_format.csv file. Can anyone please help?
You can also use test data for submission
test['proba'] = predictions
test['label'] = label
test[['id', 'proba', 'label']].to_csv('submission.csv', index=False)
Thanks I’ll check it out