Synnax
  • Synnax
    • Introduction
    • Credit Intelligence
      • Credit Signals
      • R-Score
      • Predictive Ratio Descriptions
      • List of Financial Indicators
    • For Borrowers
    • For Lenders
    • For Data Scientists
  • SYNAI
    • Introduction
  • Synnax Lab
    • Introduction
    • Data Science Competitions
      • Synnax Datathon 1
        • Description
        • Evaluation
        • Prizes
        • Datasets
        • Rules
      • Synnax Datathon 2
        • Description
        • Evaluation
        • Prizes
        • Datasets
        • Rules
      • Synnax Datathon 3
        • Description
        • Evaluation
        • Prizes
        • Datasets
        • Rules
      • Past Competition Results
      • Synnax Lab Points
      • Performance Validation
    • Synnax Beta
      • Contributors Onboarding
        • How to become a Contributor
        • Track your performance
        • Payouts
        • Public company reporting frequency
      • Private Entities Onboarding
        • Industry / Sector
        • Uploading Data to Synnax
  • Gaal AI Agent
    • Introduction
  • SynQuest
    • Introduction
  • Careers
    • Lead Backend Engineer (TypeScript)
    • UX/UI Designer
  • SynQuest Mini App
  • Synnax on X
  • Gaal on X
  • SynQuest on X
  • Synnaxians TG Group
  • Gaal on TG
  • SynQuest TG Channel
  • LinkedIn
  • Medium
Powered by GitBook
On this page
  1. Synnax Lab
  2. Data Science Competitions
  3. Synnax Datathon 3

Evaluation

PreviousDescriptionNextPrizes

Last updated 8 months ago

Submissions are evaluated on the (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.

R2