Description Usage Arguments Value
Forecast for a single cutoff. Used in cross_validation function when evaluating for multiple cutoffs.
1 | single_cutoff_forecast(df, model, cutoff, horizon.dt, predict_columns)
|
df |
Dataframe with history for cutoff. |
model |
Prophet model object. |
cutoff |
Datetime of cutoff. |
horizon.dt |
timediff forecast horizon. |
predict_columns |
Array of names of columns to be returned in output. |
Dataframe with forecast, actual value, and cutoff.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.