Skip to main content

API crowd microprediction and microprediction contests at www.microprediction.com

Project description

microprediction

A minimalist Python client for entering microprediction contests

pip install microprediction 

Intech Supercollider Challenge

Before using this library:

Then submit or modify your scenarios as follows:

from microprediction.collider import Collider 
c = Collider(write_key=<YOUR WRITE KEY HERE>) 
scenarios = [ i*0.001 for i in range(1000) ] 
c.submit(name='cop.json',values=scenarios)

To retrieve past values:

lagged = c.get_lagged(cop.json) 

To retrieve an approximate cdf:

Project details


Release history Release notifications | RSS feed

This version

0.0.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microprediction-0.0.8.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

microprediction-0.0.8-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page