Submission format clarification
by tdobson - Thursday, September 3, 2020, 16:43:21

Hi,

I have seen a few questions regarding the submission format but am unable to determine what it should be. For example, the file 'IBI_test_cases_no_target.csv' has 3 columns, the third being the target 'INV_TIME_TO_NEXT_ESCALATION'. When submitting, I get an error 'test cases with no predictions'. My submission has 12724 values, which appear in the third column named 'INV_TIME_TO_NEXT_ESCALATION'. Including the header, my file has 12725 columns.

I have also ensured that the ordering of rows is correct, as per 'BI_test_cases_no_target.csv''

Please can you indicate the required number of columns and their order?

Thanks :)

RE: Submission format clarification
by Debojit23 - Thursday, September 03, 2020, 20:22:58

sub.to_csv("sub.csv",header=False,index=False) if you are using python

RE: Submission format clarification
by Debojit23 - Thursday, September 03, 2020, 20:26:11

1 column in submission

RE: Submission format clarification
by tdobson - Friday, September 04, 2020, 20:54:39

Thanks - 1 column and no 'header'. Had to waste a few submissions on this. Appreciate the help.