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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file echochamber-0.0.6.tar.gz.
File metadata
- Download URL: echochamber-0.0.6.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30128eb1fbdd5a09c8b78d2c605b0071750b666ec773e9bd81c8e2dd63ab0956
|
|
| MD5 |
53863a4bb65fec9f666fcbea31e6deb2
|
|
| BLAKE2b-256 |
192df3eba14aad0912eb110fe5731dd9839373f60d3dfe341b1f630667b356eb
|
File details
Details for the file echochamber-0.0.6-py3-none-any.whl.
File metadata
- Download URL: echochamber-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
459bc7fdbc0837a1952bc9303847de8c3a22eb201d676faa0031f064ea771ead
|
|
| MD5 |
5bcb6729812c81bbe5bd9a13bb2673c5
|
|
| BLAKE2b-256 |
38b3ac530a8878ee45e3e40db2a1d5ad5f69f883aca94ac282f355d4e7bb9f5c
|