From 50ddd5bfd3846522610f3e92c1cb2a6ee4586608 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Fri, 7 Apr 2017 19:11:37 -0700 Subject: [PATCH] Docstring 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 80a5b20..91a40c3 100644 --- a/python/fbprophet/forecaster.py +++ b/python/fbprophet/forecaster.py @@ -60,7 +60,7 @@ class Prophet(object): changepoint_prior_scale: Parameter modulating the flexibility of the automatic changepoint selection. Large values will allow many changepoints, small values will allow few changepoints. - mcmc_samples: Integer, if great than 0, will do full Bayesian inference + mcmc_samples: Integer, if greater than 0, will do full Bayesian inference with the specified number of MCMC samples. If 0, will do MAP estimation. interval_width: Float, width of the uncertainty intervals provided