microprediction
microprediction copied to clipboard
If you can measure it, consider it predicted
https://github.com/microprediction/microprediction/blob/master/docs/glossary.md
Market regimes from leaderboard flux
Approximate steps: 1. Ask chatgpt to translate the reader, writer and [crawler](https://github.com/microprediction/microprediction/blob/master/microprediction/crawler.py) functionality. 2. Fix it. No need to replicate MUID creation or anything advanced in the reader that concerns...
Contribution
e.g.. allow user to avoid memory exceeding 3Gig. import os import psutil def get_memory_usage(): process = psutil.Process(os.getpid()) return process.memory_info().rss memory_usage = get_memory_usage()
Task: - Create standalone windows program - User prompted for email but optional - Runs the default crawler (which may be stochastic soon) - Hides with hover link to dashboard...
See also https://github.com/microprediction/microprediction/discussions/79
Refactor prizes, shrinking of leaderboards (DRY)