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
    • Senior Backend Engineer (TypeScript)
  • 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. Synnax Beta
  3. Contributors Onboarding

How to become a Contributor

PreviousContributors OnboardingNextTrack your performance

Last updated 3 months ago

Anyone with solid Data Science experience can become a Contributor to the Synnax Lab ecosystem.

Synnax Lab Contributors are tasked with a traditional machine learning regression problem: train models on the train dataset and submit predictions on the test dataset on a daily basis.

Note: every day DS receive a slightly updated version of the same dataset (same structure, same number of features, same number of targets to predict), retrain their models on updated data and submit predictions on the updated test set. This means that you can use a model, trained on a version of a dataset from any date to predict on the test dataset on any following date.

All Contributors get rewarded for their input on a monthly basis based on accuracy of their predictions.

Synnax provides a convenient (python library) to get training and prediction data, submit predictions and access the validation score.

A detailed instruction on how to:

  • register as a Synnax Lab Contributor

  • gain access to data

  • process data, train models, make predictions

  • submit predictions

is available as a jupyter .

SDK
notebook