What algorithm does Prophet use?

Prophet is an additive regression model with a piecewise linear or logistic growth curve trend . It includes a yearly seasonal component modeled using Fourier series and a weekly seasonal component modeled using dummy variables. For more information, see Prophet: forecasting at scale .

Read more

What is Prophet time series?

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects . It works best with time series that have strong seasonal effects and several seasons of historical data.

Read more