Analysing and storing r/Place 2022 event

This project is live at place.thatguyalex.com. Running scraper locally Install Python and all dependencies from scraper.py imports (if you want to create a requirements.txt, please make a PR and i’ll merge it) Edit authparams.py with your reddit username and password, and then add an oauth app of type script Field AUTH_TOKEN can be left empty, it is used for manual overrides Run scraper.py Running website locally Pull requests and suggestions welcome GitHub View Github    

Read more

Forecasting for knowable future events using Bayesian informative priors

judgyprophet is a Bayesian forecasting algorithm based on Prophet, that enables forecasting while using information known by the business about future events. The aim is to enable users to perform forecasting with judgmental adjustment, in a way that is mathematically as sound as possible. Some events will have a big effect on your timeseries. Some of which you are aware of ahead of time. For example: An existing product entering a new market. A price change to a product. These […]

Read more