/codalab-competitions

CodaLab Competitions

Primary LanguagePythonOtherNOASSERTION

CodaLab Circle CI

What is CodaLab?

CodaLab is an open-source web-based platform that enables researchers, developers, and data scientists to collaborate, with the goal of advancing research fields where machine learning and advanced computation is used. CodaLab helps to solve many common problems in the arena of data-oriented research through its online community where people can share worksheets and participate in competitions.

To see Codalab Competition's in action, visit www.competitions.codalab.org.

Competition's Documentation

Community

The CodaLab community forum is hosted on Google Groups.

Compute worker

To start the compute worker under project directory:

docker-compose up worker

If for some reason you need to rebuild the image run:

docker-compuse up --build worker

Tests

To run tests:

python manage.py test

python manage.py test

Latest changes:

November 21, 2016:

New set of credentials to authenticate BUS SERVICES. Add the following to local.py script. Leave them empty if previous credentials are provided.

  • SBS_SHARED_ACCESS_KEY_NAME = '<shared access key name>'
  • SBS_SHARED_ACCESS_KEY_VALUE = '<shared access key value>'

Add the following to worker config file under azure-service-bus

  • shared-access-key-name: "<shared access key name>"
  • shared-access-key-value: "the key"

Those values should be available in the Azure dashboard.