mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
Fix typo in comment (#180)
`n.changepoints` changed to `n_changepoints`. The first follows R's coding convention but is incorrect Python.
This commit is contained in:
parent
5474fe3bd3
commit
0892b4b9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class Prophet(object):
|
|||
not specified, potential changepoints are selected automatically.
|
||||
n_changepoints: Number of potential changepoints to include. Not used
|
||||
if input `changepoints` is supplied. If `changepoints` is not supplied,
|
||||
then n.changepoints potential changepoints are selected uniformly from
|
||||
then n_changepoints potential changepoints are selected uniformly from
|
||||
the first 80 percent of the history.
|
||||
yearly_seasonality: Fit yearly seasonality. Can be 'auto', True, or False.
|
||||
weekly_seasonality: Fit weekly seasonality. Can be 'auto', True, or False.
|
||||
|
|
|
|||
Loading…
Reference in a new issue