Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.05 KB

CONTRIBUTE_LIVE_DATA.md

File metadata and controls

43 lines (26 loc) · 2.05 KB

Contribution pattern: new live data

Add live data that feeds the Elo ratings

Likely contributor

  • You have an interesting source of live data.
  • Or you want something predicted

How to contribute

  • Publish live data on an ongoing basis

Then your regular job can do the following:

       from microprediction import MicroWriter
       writer = MicroWriter(write_key=write_key)
       writer.set(name='my_own_stream.json',value=3.14157)  # <--- Must end in .json 

This will create a stream like airport short term parking and a bunch of hungry time-series algorithms will come to it. The remainder of this note deals only with skater creation.

More help / discussion

As noted, I try to jump on a Google Meet twice a week and the details are in the microprediction knowledge center. My arrival rate is higher on Fridays than Tuesdays :)

I'm not so good at scheduling calls outside of these times and frankly that tends to be counter to my productivity anyway. So just jump on some Tuesday night or Friday noon if you are keen to contribute to this package, or anything else that relates to open source community prediction.