Removed redundant line in Prophet docstring (#1474)

This commit is contained in:
above-c-level 2020-05-06 14:00:03 -06:00 committed by GitHub
parent a3bf6c4cdc
commit 9168dcf11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""