Description Usage Arguments Value
The Dataframe has to have the columny date and y. This method is for creating forecasts with the prophet model.
1 | forecasts_prophet(data, n_pred, freq, ...)
|
data |
The dataframe containing the timeseries. |
n_pred |
The forecast horizon. |
freq |
The used frequency. 1 for daily data and 12 for monthly data. |
... |
More arguments that are passed to the prophet model. |
The forecasted values for the series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.