Skip to the content.

Instant participation

Running a default algorithm is a good way to understand the site setup and mechanics.

Option 1: Open a colab notebook and run it

  1. Open notebook in Colab (blue button)
  2. Edit the email address
  3. Run it.

See the README for limitations (other than not working on Windows :) but this is not a terrible way to get going.

Option 2: A bash one-liner:

Rather than make just a one-off submission, the following bash script will make multiple predictions forever:

 /bin/bash -c "$(curl -fsSL https://tinyurl.com/32jjebu9)"

It would be prudent to first read what it will do, namely:

  1. Create a crawling_working_dir
  2. Create and activate a virtual python environment
  3. Install the microprediction client
  4. Burn a new private identity for you and save it to WRITE_KEY.txt (this takes a long time, sorry)
  5. Instantiate a MicroCrawler which is an algorithm chauffeur.
  6. Run the crawler
  7. Invite you to cut and paste your writekey into the dashboard dashboard to see what streams it is predicting, and how well.
  8. Periodically bounce and upgrade.

Once you are familiar with this process, you can return to the crawler documentation to see how to swap out the forecasting method for one that you invent, or simply prefer. You can also modify the navigation.

-+-

Documentation map

slack