Skip to main content

Using an Echo State Network to crawl Microprediction.Org

Project description

echochamber

This tiny project is an example of creating a time series crawler at www.microprediction.org Using some code adapted from pyESN written originally by Clemens Korndofer we create a "Crawler" which looks for univariate time series and supplies predictions for them.

Install

pip install echochamber pip install microprediction

Usage

See /examples

from microprediction import new_key
from echochamber import EchoCrawler

# Create and launch crawler

if __name__=="__main__":
    write_key = new_key(difficulty=10)    # Patience is a virtue
    print(write_key)
    crawler = EchoCrawler(n_reservoir=50)
    crawler.run()

To check its position on the leaderboards just plug in the write_key at https://www.microprediction.com/dashboard.html

Write_key

Generating may take half an hour or so. See www.muid.org for more information. We suggest you alter the code to hardwire your write_key.

Project details


Download files

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

Source Distribution

echochamber-0.0.6.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

echochamber-0.0.6-py3-none-any.whl (7.2 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