mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-01 23:30:43 +00:00
DOC: add pypi and conda badges
This commit is contained in:
parent
af5bb2acda
commit
797fefabaf
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Prophet: Automatic Forecasting Procedure
|
||||
|
||||
[](https://travis-ci.com/facebook/prophet)
|
||||
[](https://pypi.python.org/pypi/fbprophet)
|
||||
[](https://anaconda.org/conda-forge/fbprophet/)
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue