Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 837 Bytes

index.md

File metadata and controls

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

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

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" %}