# 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:

```
'company_id', 'target_76', 'target_92', 'target_131', 'target_75', 'target_90', 'target_2', 'target_45', 'target_142', 'target_86', 'target_58', 'target_4', 'target_0', 'target_57', 'target_20', 'target_104', 'target_21', 'target_16'
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.
