Python API for the Crunchdao machine learning tournament

Interact with the Crunchdao tournament API using Python.

If you encounter a problem or have suggestions, feel free to open an issue.

pip install --upgrade crunchdao

Some actions (like uploading predictions) require an apikey to verify
that it is really you interacting with Crunchdao. Keys can be passed to the
Python module as a parameter or you can be set via the CRUNCHDAO_API_KEY
environment variable

import crunchdao
# some API calls

 

 

 

To finish reading, please visit source site