mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
add cran badge to readme
This commit is contained in:
parent
b75844e07c
commit
499dd50a43
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||

|
||||
[](https://pypi.python.org/pypi/prophet)
|
||||
[](https://anaconda.org/conda-forge/prophet/)
|
||||
[](https://CRAN.R-project.org/package=prophet)
|
||||
|
||||
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