Description Usage Arguments Value Examples
Predict using the prophet model.
1 2 |
object |
Prophet object. |
df |
Dataframe with dates for predictions (column ds), and capacity (column cap) if logistic growth. If not provided, predictions are made on the history. |
... |
additional arguments. |
A dataframe with the forecast components.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.