| 1234567891011121314151617 |
- - title: Accurate and fast.
- text: |
- Prophet is used in many applications across Facebook for producing reliable forecasts for planning and goal setting. We've found it to perform better than any other approach in the majority of cases. We fit models in [Stan](http://mc-stan.org) so that you get forecasts in just a few seconds.
- align: left
- - title: Fully automatic.
- text: |
- Get a reasonable forecast on messy data with no manual effort. Prophet is robust to outliers, missing data, and dramatic changes in your time series.
-
- - title: Tunable forecasts.
- text: |
- The Prophet procedure includes many possibilities for users to tweak and adjust forecasts. You can use human-interpretable parameters to improve your forecast by adding your domain knowledge.
- - title: Available in R or Python.
- text: |
- We've implemented the Prophet procedure in R and Python, but they share the same underlying [Stan](http://mc-stan.org) code for fitting. Use whatever language you're comfortable with to get forecasts.
|