Back to Prophet

Prophet

docs/index.md

1.3.01.3 KB
Original Source

Watch Introductory Video

<div class="videoBlock"> <iframe width="560" height="315" src="https://www.youtube.com/embed/eJrbKU09h-0" title="Explain Like I'm 5: Prophet" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe> </div>

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.


2023 Update: We discuss our plans for the future of Prophet in this blog post: facebook/prophet in 2023 and beyond


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