Skip to content

jlomako/prophet-bot

Repository files navigation

prophet-bot

get-predictions-py

Github action that reads data from hospital-occupancy-tracker repository, then runs prophet and calculates predictions for Montreal-ER web app (visit app here)

Notes:

  • data is updated daily around 17:25 utc
  • Holiday effects for Quebec were added manually
  • made some changes to the bot to make it faster, now runs in python instead of R
  • R files have been moved to another repository, see prophet-bot-R
  • check number of changepoints once more data is available
  • Prophet stopped working => added holiday package to requirements.txt as suggested here
  • added script for hourly data and predicitions