Prediction arguments for the CUMULATIVE_FORECASTING problem type
| KEY | TYPE | Description |
|---|---|---|
| explainPredictions | bool | If True, explain predictions for forecasting. |
| numPredictions | int | The number of timestamps to predict in the future. |
| explainerType | str | Type of explainer to use for explanations. |
| getItemData | bool | If True, will return the data corresponding to items as well. |
| predictionStart | str | The start date for predictions (e.g., "2015-08-01T00:00:00" as input for mid-night of 2015-08-01). |