Skip to main content

Simple prediction AAS.

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)

Of course those scenarios are unlikely to reflect a probabilistic representation of the future so here is an easy way to get lagged values:

c.get_lagged(cop.json) 

Project details


Release history Release notifications | RSS feed

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.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

microprediction-0.0.3-py3-none-any.whl (2.9 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