mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-01 23:30:43 +00:00
Removed redundant line in Prophet docstring (#1474)
This commit is contained in:
parent
a3bf6c4cdc
commit
9168dcf11d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue