The time series forecasting package for the tidymodels
ecosystem.
No need to switch back and forth between various frameworks. modeltime
unlocks machine learning & classical time series analysis.
arima_reg()
, arima_boost()
, & exp_smoothing()
).prophet_reg()
& prophet_boost()
)parsnip
model: rand_forest()
, boost_tree()
, linear_reg()
, mars()
, svm_rbf()
to forecastModeltime incorporates a simple workflow (see Getting Started with Modeltime) for using best practices to forecast.
A streamlined workflow for forecasting
All plots incorporate both plotly
(interactive) and ggplot2
(static) visualizations. This means you can quickly add forecasts to shiny
apps, rmarkdown
documents, and more.
Getting Started with Modeltime: A walkthrough of the 6-Step Process for using modeltime
to forecast
Modeltime Documentation: Learn how to use modeltime
, find Modeltime Models, and extend modeltime
so you can use new algorithms inside the Modeltime Workflow.
Install the development version from with:
I teach modeltime
in my Time Series Analysis & Forecasting Course. If interested in learning Pro-Forecasting Strategies then join my waitlist. The course is coming soon.
You will learn: