Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 790 Bytes

File metadata and controls

11 lines (8 loc) · 790 Bytes
layout title id
home
Prophet
home

Prophet is a procedure for forecasting time series data. It is based on an additive model where non-linear trends are fit with yearly and weekly seasonality, plus holidays. It works best with daily periodicity data with at least one year of historical data. Prophet is robust to missing data, shifts in the trend, and large outliers.

Prophet is open source software released by Facebook's Core Data Science team. It is available for download on CRAN and PyPI.

{% include content/gridblocks.html data_source=site.data.features layout="fourColumn" align="left" %}