Prophet

Learn how to forecast with Prophet using Python.

Understanding Prophet

Prophet is a procedure developed by Meta to treat highly seasonal time series data. It works by fitting nonlinear trends with an additive model and is particularly good at handling holidays and multiple levels of seasonality. It can also handle outliers, missing values, and shifting trends, although it works better when given enough historical data.

Get hands-on with 1200+ tech skills courses.