Company
Date Published
Author
Anais Dotis-Georgiou
Word count
816
Language
English
Hacker News points
None

Summary

The InfluxDB blog post series explores Single Exponential Smoothing (SES) and its optimization for time series forecasting. The third part of the series focuses on using InfluxDB's built-in Multiplicative Holt-Winters function to generate predictions on time series data, including a dataset from the National Oceanic and Atmospheric Administration. The author provides learning resources and explains how to use the FIRST() function to summarize the data with fewer points, effectively preparing it for Holt-Winters forecasting. The post also touches on other optimization methods, such as Nelder-Mead, and discusses the importance of choosing the right metric for evaluation, including RMSE and R-squared.