浏览代码

Document name argument of plot_seasonality method in Python API (#405)

Amit Kumar 7 年之前
父节点
当前提交
998c90fc05
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      python/fbprophet/forecaster.py

+ 1 - 0
python/fbprophet/forecaster.py

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