Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

set_auto_seasonalities

Set seasonalities that were left on auto.


Description

Turns on yearly seasonality if there is >=2 years of history. Turns on weekly seasonality if there is >=2 weeks of history, and the spacing between dates in the history is <7 days. Turns on daily seasonality if there is >=2 days of history, and the spacing between dates in the history is <1 day.

Usage

set_auto_seasonalities(m)

Arguments

m

Prophet object.

Value

The prophet model with seasonalities set.


prophet

Automatic Forecasting Procedure

v1.0
MIT + file LICENSE
Authors
Sean Taylor [cre, aut], Ben Letham [aut]
Initial release
2021-03-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.