From 5dd6bb09e74ba67b76b253ca049510234c0dd15d Mon Sep 17 00:00:00 2001 From: Mert Sarikaya <40162433+sarikayamerts@users.noreply.github.com> Date: Thu, 9 Jan 2020 16:14:21 +0300 Subject: [PATCH] remove repeated sentence in docstring --- python/fbprophet/forecaster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/fbprophet/forecaster.py b/python/fbprophet/forecaster.py index 576e848..ec6a476 100644 --- a/python/fbprophet/forecaster.py +++ b/python/fbprophet/forecaster.py @@ -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.