mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-01 03:45:08 +00:00
Update forecaster.py
added 'flat' growth option in docstring
This commit is contained in:
parent
b75844e07c
commit
d8d819a34f
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ class Prophet(object):
|
|||
|
||||
Parameters
|
||||
----------
|
||||
growth: String 'linear' or 'logistic' to specify a linear or logistic
|
||||
trend.
|
||||
growth: String 'linear', 'logistic' or 'flat' to specify a linear, logistic or
|
||||
flat trend.
|
||||
changepoints: List of dates at which to include potential changepoints. If
|
||||
not specified, potential changepoints are selected automatically.
|
||||
n_changepoints: Number of potential changepoints to include. Not used
|
||||
|
|
|
|||
Loading…
Reference in a new issue