- site: [Prophet | Forecasting at scale.](https://facebook.github.io/prophet/)
- code: [GitHub - facebook/prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.](https://github.com/facebook/prophet)
- blog: [facebook/prophet in 2023 and beyond | by Cuong Duong | Medium](https://medium.com/@cuongduong_35162/facebook-prophet-in-2023-and-beyond-c5086151c138)
>Prophetは、非線形のトレンドに年、週、日の季節性、さらに休日効果を加えた加法モデルに基づいて時系列データを予測する手順です。強い季節効果を持ち、数シーズンの過去データを持つ時系列データで最も効果的に機能します。プロフェットは欠測やトレンドのずれに対してロバストであり、通常、外れ値をうまく処理します。