mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-06 00:03:25 +00:00
Document name argument of plot_seasonality method in Python API (#405)
This commit is contained in:
parent
f54d3b50ae
commit
998c90fc05
1 changed files with 1 additions and 0 deletions
|
|
@ -1468,6 +1468,7 @@ class Prophet(object):
|
|||
|
||||
Parameters
|
||||
----------
|
||||
name: Seasonality name, like 'daily', 'weekly'.
|
||||
ax: Optional matplotlib Axes to plot on. One will be created if
|
||||
this is not provided.
|
||||
uncertainty: Optional boolean to plot uncertainty intervals.
|
||||
|
|
|
|||
Loading…
Reference in a new issue