CumulativeForecastingTrainingConfig

Training config for the CUMULATIVE_FORECASTING problem type

KEY TYPE Description
PREDICT_RESIDUALS bool Predict residuals instead of totals at each prediction step.
SKIP_TARGET_TRANSFORM bool Avoid doing numeric scaling transformations on the target.
CUMULATIVE_PREDICTION_LENGTHS List[int] List of Cumulative Prediction Frequencies. Each prediction length must be between 1 and 365.
SKIP_INPUT_TRANSFORM bool Avoid doing numeric scaling transformations on the input.
HISTORICAL_FREQUENCY str Forecast frequency
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.