
Accurate forecasts for time series with seasonality.
Prophet provides a high-level API for fitting and evaluating forecasting models on business time series, such as web traffic or revenue. It handles seasonality, holidays, and trend changes with minimal configuration, allowing data teams to get baseline forecasts quickly before building more complex pipelines. **Key Features:** • Simple API for trend and seasonality modeling • Support for custom holidays and events • Tools for diagnostics and model evaluation • Implementations in Python and R • Open-source and self-hosted usage