Update forecaster.py

added 'flat' growth option in docstring
This commit is contained in:
Drobin Max 2021-05-24 17:32:14 +03:00 committed by GitHub
parent b75844e07c
commit d8d819a34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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