Shiny App that highlights a few findings I made when forecasting multiple time series with modeltime and tidymodels, two great packages for Time Series forecasting in R. Data came from the timetk package and hopefully, this app and framework can be applied to other time series datasets.
Live demo Time Series Multiple Forecasting.
Training several methods on multiple time series at once using R
- R
- modeltime
- tidymodels
- Shiny
List the ready features here:
- How to apply several ML and traditional time series forecasting methods (Random Forest, SVM, ARIMA, XGBoost, Prophet, and others)
- Showcase a quick way of communicating/evaluating results for each individual time series
- Aggregate forecasts to simulate a retail company forecasting sales for many departmens/groups.
- .rds files contain data
- .Rmd contains code for Shiny app
- Place .rds and .Rmd files within the same folder
- Run .Rmd once you have all packages installed.
no longer being worked on: on the to-do list for improvement
- Adding some more time series
- Improving Feature Engineering
- Adding Deep Learning algorithms
Thanks to all developers of the packages used in this project.
Created by @rafabelokurows - feel free to contact me!