A Gentle Introduction to Exponential Smoothing for Time Series Forecasting in Python - MachineLearningMastery.com

Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. It is a powerful forecasting method...

By · · 1 min read
A Gentle Introduction to Exponential Smoothing for Time Series Forecasting in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. It is a powerful forecasting method that may be used as an alternative to the popular Box-Jenkins ARIMA family of methods. In this tutorial, you will discover the exponential smoothing […]