As some of you have heard, the smooth package is now on PyPI. So, I’ve decided to write a series of posts showcasing how some of its functions work. We start with the basics, ETS.

https://openforecast.org/2026/04/22/smooth-in-python-ets-with-model-selection/

#forecasting #datascience #machinelearning #python

smooth in python: ETS with model selection - Open Forecasting

As some of you have heard, the smooth package is now on PyPI. So, I’ve decided to write a series of posts showcasing how some of its functions work. We start with the basics, ETS. ETS stands for the “Error-Trend-Seasonal” model or ExponenTial Smoothing. It is a statistical model that relies on time series decomposition […]

Open Forecasting