Class ForecastType (0.3.0)

ForecastType(value)

The type of the forecast. This describes the method that was used to produce future time series values from historical time series values.

Enums

Name Description
FORECAST_TYPE_UNSPECIFIED No forecast type is specified.
STATISTICAL Statistical forecast.
STATISTICAL_WITH_BFCM Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday.
YEARLY_SEASONALITY Yearly Seasonality model provides generic seasonality beyond BFCM.