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 verifythat it is really you interacting with Crunchdao. Keys can be passed to thePython module as a parameter or you can be set via the CRUNCHDAO_API_KEYenvironment variable import crunchdao # some API calls
Read more