Submission of Results
Submission Data Format
The file with forecasts should be a text file formatted as follows:
- Each row should contain predictions of a single time series;
- items in the row should be delimited with semicolon (";");
- the first item in a row should be an ID of the time series;
- the rest of the row should contain PREDICTED values in a decimal format (with "." as decimal point);
- prediction of all time series is required;
- the number of predicted values must be equal to the specified forecasting horizon in the competition data - see above).
Example of the submission data format:
ts1;8.4;17.6;33.4;24.1
ts2;11.0;12.0;13.0;14.0;15.0;16.0;17.0;18.0;19.0;20.0;21.0;22.0
...
ts91;11.0;12.0;13.0;14.0;15.0;16.0;17.0;18.0;19.0;20.0;21.0;22.0
Submission form
Submission to CIF 2016 is closed.