Forecasting with tidymodels
made easy! This short tutorial shows how you can use:
arima_reg()
, arima_boost()
, exp_smoothing()
, prophet_reg()
, prophet_boost()
, and morelinear_reg()
, mars()
, svm_rbf()
, rand_forest()
, boost_tree()
and moreTo perform classical time series analysis and machine learning in one framework! See “Model List” for the full list of modeltime
models.
Here’s the general process and where the functions fit.