Seasonality in Time Series Forecasting with Facebook Prophet
Last Updated on July 25, 2023 by Editorial Team
Author(s): David Andres
Originally published on Towards AI.
Photo by Nattu Adnan on Unsplash
In the previous part of our Facebook Prophet series, we covered how to model the trend component and adjust the changepoints and regularization to improve forecasting accuracy. In this article, weβll focus on the seasonal component and explore how to effectively model it using Facebook Prophet.
The way Facebook Prophet uses to model seasonality is through partial Fourier sums. Partial Fourier sums are truncated version of the Fourier series that uses a finite number of terms to represent a periodic function. The choice of how many terms to include in the partial Fourier sum depends on… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI