diff --git a/README.md b/README.md index 6026166..29b5e7a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ [![Conda_Version](https://anaconda.org/conda-forge/prophet/badges/version.svg)](https://anaconda.org/conda-forge/prophet/) +----- + +**2023 Update:** We discuss our plans for the future of Prophet in this blog post: [facebook/prophet in 2023 and beyond](https://medium.com/@cuongduong_35162/facebook-prophet-in-2023-and-beyond-c5086151c138) + +----- + 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](https://code.facebook.com/projects/) released by Facebook's [Core Data Science team](https://research.fb.com/category/data-science/). It is available for download on [CRAN](https://cran.r-project.org/package=prophet) and [PyPI](https://pypi.python.org/pypi/prophet/). diff --git a/docs/_docs/contributing.md b/docs/_docs/contributing.md index 240ec74..e5d11e5 100644 --- a/docs/_docs/contributing.md +++ b/docs/_docs/contributing.md @@ -5,6 +5,11 @@ title: "Getting Help and Contributing" permalink: /docs/contributing.html --- +----- + +**2023 Update:** We discuss our plans for the future of Prophet in this blog post: [facebook/prophet in 2023 and beyond](https://medium.com/@cuongduong_35162/facebook-prophet-in-2023-and-beyond-c5086151c138) + +----- Prophet has a non-fixed release cycle but we will be making bugfixes in response to user feedback and adding features. Please let us know if you encounter a bug by [filing an issue](https://github.com/facebook/prophet/issues). Github issues is also the right place to ask questions about using Prophet. We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. diff --git a/docs/index.md b/docs/index.md index fe16238..7cd13e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,4 +13,10 @@ Prophet is a procedure for forecasting time series data based on an additive mod Prophet is [open source software](https://code.facebook.com/projects/) released by Facebook's [Core Data Science team](https://research.fb.com/category/data-science/). It is available for download on [CRAN](https://cran.r-project.org/package=prophet) and [PyPI](https://pypi.python.org/pypi/prophet/). +----- + +**2023 Update:** We discuss our plans for the future of Prophet in this blog post: [facebook/prophet in 2023 and beyond](https://medium.com/@cuongduong_35162/facebook-prophet-in-2023-and-beyond-c5086151c138) + +----- + {% include content/gridblocks.html data_source=site.data.features layout="fourColumn" align="left" %}