Skip to content

mitchelloharawild/talk-tfeam2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fable::TFEAM2018

Slides and resources for Rob Hyndman and Mitchell O'Hara-Wild's talk at the Timeseries Forecasting and Event Analytics Melbourne Meetup.

A recording of the event can be viewed here: https://youtu.be/6v3_AsbhqrE The slides can be viewed here: https://www.mitchelloharawild.com/fable-tfeam

Tidy forecasting in R

The forecast package in R is widely used and provides good tools for monthly, quarterly and annual time series. But it is not so well-developed for daily and sub-daily data, and it does not interact easily with modern tidy packages such as dplyr, purrr and tidyr. We will describe our progress in developing the fable package to provide tidy tools for time series forecasting, which interacts seamlessly with tidyverse packages, and provides functions to handle large collections of time series at any frequency.