mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-26 19:52:42 +00:00
remove repeated sentence in docstring
This commit is contained in:
parent
b151d6e612
commit
5dd6bb09e7
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ class Prophet(object):
|
|||
changepoint_range: Proportion of history in which trend changepoints will
|
||||
be estimated. Defaults to 0.8 for the first 80%. Not used if
|
||||
`changepoints` is specified.
|
||||
Not used if input `changepoints` is supplied.
|
||||
yearly_seasonality: Fit yearly seasonality.
|
||||
Can be 'auto', True, False, or a number of Fourier terms to generate.
|
||||
weekly_seasonality: Fit weekly seasonality.
|
||||
|
|
|
|||
Loading…
Reference in a new issue