Skip to content

github action that calculates forecast with prophet in R

Notifications You must be signed in to change notification settings

jlomako/prophet-bot-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prophet-bot-R

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

get-predictions-in-R

notes to myself:

  • Holiday effects for Quebec were added manually as prophet function add_country_holidays is not supported in R 4.2. (holiday package was removed from CRAN).
  • updated yml-workflow, still doesn't run on ubuntu because of some error with curl (in renv)
  • doesn't work on ubuntu with DESCRIPTON either
  • runs every 2nd day at 1:25 pm local time
  • this bot has been replaced by a faster bot that runs on ubuntu and does exactly the same but in python, see prophet-bot
  • disabled workflow (still operational as of Jan 20th, 2023)

About

github action that calculates forecast with prophet in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages