Skip to content

Evaluation

Submissions are evaluated on the R2 (coefficient of determination) between their predicted financial indicators and the actual data. R2 score shall be calculated separately for each of the 16 predicted targets and then averaged.

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

company_id, target_75, target_73, target_37, target_66, target_48, target_121, target_1, target_53, target_54, target_56, target_133, target_98, target_2, target_115, target_36, target_46
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.