
"A Stroke of Innovation," a Posit Film
This snippet is from Posit's short film, "A Stroke of Innovation," detailing the incredible work done by the data science team at the City of Reykjavík. You can watch the whole film and read the entire story here: https://posit.co/about/customer-stories/iceland/
image: thumbnail.jpg
Transcript#
This transcript was generated automatically and may contain errors.
Our model is a very simple one. It's a linear spline model and the only inputs are time of the day, day of the week, and time of the year.
Every five minutes we have a process in web methods that reads data from the swimming pool gates and stores them in our data link. We then use the pins package. We get pinned linear models from our RStudio connect and we then predict the duration. Then we pin that results table in our RStudio connect and that's what our Shiny app accesses.
