Training config for the CUMULATIVE_FORECASTING problem type
| KEY | TYPE | Description |
|---|---|---|
| TEST_SPLIT | int | Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset. |
| HISTORICAL_FREQUENCY | str | Forecast frequency |
| SKIP_INPUT_TRANSFORM | bool | Avoid doing numeric scaling transformations on the input. |
| CUMULATIVE_PREDICTION_LENGTHS | List[int] | List of Cumulative Prediction Frequencies. Each prediction length must be between 1 and 365. |
| SKIP_TARGET_TRANSFORM | bool | Avoid doing numeric scaling transformations on the target. |
| PREDICT_RESIDUALS | bool | Predict residuals instead of totals at each prediction step. |