Format of sample submisssion and solutions

#1
by abhishek HF staff - opened
Competitions org

sample_submission.csv should look something like this:

id,label
0,1
1,0
2,0
3,1
4,0
5,1

solution.csv must have the correct solution to full test data with a split column:

id,label,split
0,1,public
1,1,private
2,0,public
3,0,private
4,1,public
5,0,private

The rows labelled private will be used to calculate the private leaderboard. Public LB will be calculated using rows that have public in the split column.

Sign up or log in to comment