From 9168dcf11dee8171fb0fbf6a5cf6332e90b97bba Mon Sep 17 00:00:00 2001 From: above-c-level <33842389+above-c-level@users.noreply.github.com> Date: Wed, 6 May 2020 14:00:03 -0600 Subject: [PATCH] Removed redundant line in Prophet docstring (#1474) --- python/fbprophet/forecaster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/fbprophet/forecaster.py b/python/fbprophet/forecaster.py index 0622885..d03d876 100644 --- a/python/fbprophet/forecaster.py +++ b/python/fbprophet/forecaster.py @@ -71,7 +71,6 @@ class Prophet(object): uncertainty_samples: Number of simulated draws used to estimate uncertainty intervals. Settings this value to 0 or False will disable uncertainty estimation and speed up the calculation. - uncertainty intervals. stan_backend: str as defined in StanBackendEnum default: None - will try to iterate over all available backends and find the working one """