facebook/prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 17 minutes ago
Added to GitGenius on August 8th, 2026
Created on November 16th, 2016
Open Issues & Pull Requests: 454 (+0)
Number of forks: 4,638
Total Stargazers: 20,347 (+0)
Total Subscribers: 443 (+0)

Issue Activity (beta)

Open issues: 74
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 797 days
Stale 30+ days: 72
Stale 90+ days: 72

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (6)
  • enhancement (5)
  • py (4)
  • bug (3)
  • good first issue (3)
  • help wanted (2)
  • install (2)
  • unix (2)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 days
Mean response time: 52.5 days
90th percentile: 255.2 days
Tracked items: 87

Most active contributors

Detailed Description

Prophet is Facebook's open source forecasting tool designed to produce high quality predictions for time series data exhibiting multiple seasonality patterns with linear or non-linear growth. Released by Facebook's Core Data Science team, the tool implements an additive model that fits non-linear trends alongside yearly, weekly, and daily seasonality components, plus holiday effects. It performs best with time series containing strong seasonal patterns and multiple seasons of historical data, while remaining robust to missing values, trend shifts, and outliers.

The project is available in both Python and R, distributed through PyPI and CRAN respectively. The Python implementation requires version 3.7 or later as of v1.1, while the R package can be installed from CRAN or built from the latest release. Installation options include standard package managers, conda-forge for Python users, and development builds from source. The tool uses cmdstan as its backend for model compilation, with support for alternative backends like cmdstanpy and an experimental cmdstanr option for R users.

According to GitGenius activity tracking across 87 items, the repository maintains a median issue and pull request response latency of 77.8 hours, though mean latency reaches 1261 hours, indicating variable response times across different types of requests. The most frequently tagged issues involve questions, enhancement requests, and Python-specific concerns. Core contributors tcuongd and bletham drive the majority of activity with 53 and 42 tracked events respectively, followed by Frocolate with 15 events. The repository shares overlapping contributors with mlflow, polars, and pandas, suggesting integration points and shared development practices across these data science ecosystems.

As of version 1.4.0, Prophet entered maintenance mode, with the development team announcing that only bug fixes, dependency updates, and R package changes to maintain parity with Python will be accepted going forward. This shift reflects the project's maturity after initial release in February 2017. The changelog documents substantial evolution, including the transition from pystan2 to cmdstan in v1.1, performance improvements such as 10x speedup in prediction and 3-7x improvements in uncertainty calculations, and architectural changes like replacing the custom holidays module with the external holidays package. Recent versions addressed compatibility with modern Python ecosystems, supporting pandas 3.0 and numpy 2.4 as of v1.3.0, while maintaining backward compatibility considerations through version constraints in intermediate releases.

The tool's capabilities expanded significantly over its development history, progressing from basic forecasting to include multiplicative seasonality, conditional seasonalities, cross-validation with error metrics, extra regressors, sub-daily forecasting, and nested Prophet models for advanced use cases. The implementation provides access to posterior predictive samples and includes visualization tools, with Python users gaining plotly integration. Documentation is comprehensive, with HTML guides, quick start tutorials, and a peer-reviewed paper published in The American Statistician establishing the theoretical foundation for forecasting at scale.

prophet
by
facebookfacebook/prophet

Repository Details

Fetching additional details & charts...