PulseAugur
LIVE 17:40:36
research · [1 source] ·
0
research

Python's 'smooth' package enables combined ETS forecasts

This post demonstrates how to generate combined forecasts using the ETS (Error, Trend, Seasonality) method within the "smooth" Python package. It builds upon previous discussions about automated model selection, showing practical application for forecasting tasks. The accompanying openforecast.org article provides further details on this technique. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Provides a practical guide for implementing advanced forecasting techniques in Python, useful for data scientists.

RANK_REASON The item describes a technical tutorial and code demonstration for a specific forecasting method, fitting the research category.

Read on Mastodon — sigmoid.social →

COVERAGE [1]

  1. Mastodon — sigmoid.social TIER_1 · [email protected] ·

    Last time we saw how to do automated model selection using the ES function from the smooth package. Now I want to show how to produce combined forecasts from ET

    Last time we saw how to do automated model selection using the ES function from the smooth package. Now I want to show how to produce combined forecasts from ETS. https:// openforecast.org/2026/04/27/sm ooth-in-python-ets-forecast-combination/ # forecasting # datascience # machin…