From 7c30a4dcce79a8b0758e0400d3b3b2ef83faea84 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 15 May 2017 15:31:13 -0700 Subject: [PATCH] Typo fix --- python/fbprophet/forecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fbprophet/forecaster.py b/python/fbprophet/forecaster.py index 861c7d6..8839a9d 100644 --- a/python/fbprophet/forecaster.py +++ b/python/fbprophet/forecaster.py @@ -43,7 +43,7 @@ class Prophet(object): not specified, potential changepoints are selected automatically. n_changepoints: Number of potential changepoints to include. Not used if input `changepoints` is supplied. If `changepoints` is not supplied, - then n.changepoints potential changepoints are selected uniformly from + then n_changepoints potential changepoints are selected uniformly from the first 80 percent of the history. yearly_seasonality: Fit yearly seasonality. Can be 'auto', True, or False. weekly_seasonality: Fit weekly seasonality. Can be 'auto', True, or False.