diff --git a/python/statsforecast/models.py b/python/statsforecast/models.py index a91f3e2e8..d84a01cbe 100644 --- a/python/statsforecast/models.py +++ b/python/statsforecast/models.py @@ -529,7 +529,7 @@ def forward( class AutoETS(_TS): - r"""Automatic Exponential Smoothing model. + r"""Automatic Error, Trend, Seasonal Model. Automatically selects the best ETS (Error, Trend, Seasonality) model using an information criterion. Default is Akaike Information Criterion (AICc), while particular models are estimated using maximum likelihood.