remove repeated sentence in docstring

This commit is contained in:
Mert Sarikaya 2020-01-09 16:14:21 +03:00 committed by Ben Letham
parent b151d6e612
commit 5dd6bb09e7

View file

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