소스 검색

Docstring fix

Ben Letham 9 년 전
부모
커밋
50ddd5bfd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      python/fbprophet/forecaster.py

+ 1 - 1
python/fbprophet/forecaster.py

@@ -60,7 +60,7 @@ class Prophet(object):
     changepoint_prior_scale: Parameter modulating the flexibility of the
     changepoint_prior_scale: Parameter modulating the flexibility of the
         automatic changepoint selection. Large values will allow many
         automatic changepoint selection. Large values will allow many
         changepoints, small values will allow few changepoints.
         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
         with the specified number of MCMC samples. If 0, will do MAP
         estimation.
         estimation.
     interval_width: Float, width of the uncertainty intervals provided
     interval_width: Float, width of the uncertainty intervals provided