Submission Format

The evaluation website will be be hosted at CodaLab. The links to the CWI 2018 pages at CodaLab will be provided together with the test set.

The submission format is a text file with a .tsv extension. It should contain one prediction per line, in the same order as the test set.

For the classification task this is either a "0" or "1" one each line. For example:

0
1
0
1


For regression it will be one decimal value per line, e.g. "0.5553". For example:

0.5352
0.7852
0.2548
0.5486