Explorar o código

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

Amit Kumar %!s(int64=8) %!d(string=hai) anos
pai
achega
998c90fc05
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.