smooth.ES.profile

property ES.profile: Any | None

$profile).

Contains profile data used for forecasting with multiple seasonality. The profile captures the seasonal pattern structure.

Returns:

Profile table for recent observations, or None if not applicable.

Return type:

Optional[Any]

Raises:

ValueError – If the model has not been fitted yet.

Examples

>>> model = ADAM(model="AAA", lags=[24, 168])
>>> model.fit(y)
>>> seasonal_profile = model.profile
Type:

Profile information for seasonal patterns (R