# Evaluation

Submissions are evaluated on the [R2](https://en.wikipedia.org/wiki/Coefficient_of_determination) (coefficient of determination) between their predicted financial indicators and the actual data. R2 score shall be calculated separately for each of the 17 predicted targets and then averaged.

### Submission File

For each `company_id` in the test set, you must predict 17 financial data points. The file should contain a header and have the following format:

```
'companyId', 'target_131', 'target_107', 'target_9', 'target_13', 'target_18', 'target_70', 'target_21', 'target_57', 'target_137', 'target_59', 'target_34', 'target_23', 'target_112', 'target_135', 'target_108', 'target_104', 'target_31'
company_2,0,0,0,0,0,0,0,0,0
company_5,0,0,0,0,0,0,0,0,0
company_6,0,0,0,0,0,0,0,0,0
etc.
```

Please check the **sample\_submission.csv** for reference.
