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.
The CodaLab community forum is hosted on Google Groups.
To run tests:
python manage.py test
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.