Metadata-Version: 2.1
Name: fbprophet
Version: 0.6
Summary: Automatic Forecasting Procedure
Home-page: https://facebook.github.io/prophet/
Author: Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>
Author-email: sjtz@pm.me
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Cython (>=0.22)
Requires-Dist: cmdstanpy (==0.4)
Requires-Dist: pystan (>=2.14)
Requires-Dist: numpy (>=1.10.0)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: LunarCalendar (>=0.0.9)
Requires-Dist: convertdate (>=2.1.2)
Requires-Dist: holidays (>=0.9.5)
Requires-Dist: setuptools-git (>=1.2)
Requires-Dist: python-dateutil (>=2.8.0)


Implements 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.


