Tag

Holt-Winters

0 views collected around this technical thread.

Model Perspective
Model Perspective
Dec 26, 2022 · Fundamentals

Mastering Holt-Winters: Additive Model Explained with Python Code

This article introduces the Holt‑Winters additive exponential smoothing model, explains its mathematical formulation and when to use additive versus multiplicative versions, and provides Python examples using statsmodels to fit both exponential and linear trend variations, illustrated with plots.

Holt-WintersPythonexponential smoothing
0 likes · 5 min read
Mastering Holt-Winters: Additive Model Explained with Python Code
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 18, 2022 · Artificial Intelligence

Machine Learning-Based Anomaly Detection for Core Business Metrics

The paper proposes a containerized, machine‑learning framework that fuses rule‑based and XGBoost‑driven anomaly detection to monitor daily active users on a cloud music platform, achieving 89 % recall, 81 % precision and up to 74 % recall improvement over traditional threshold methods, while outlining future model refinement and broader metric applicability.

3-sigmaAnomaly DetectionHolt-Winters
0 likes · 11 min read
Machine Learning-Based Anomaly Detection for Core Business Metrics
NetEase Game Operations Platform
NetEase Game Operations Platform
Dec 21, 2019 · Artificial Intelligence

Time Series Forecasting Algorithms and Their Application in NetEase Game Monitoring

The article reviews traditional, neural network, and open‑source time‑series forecasting methods, explains their strengths and limitations, and demonstrates how NetEase applies short‑term and long‑term prediction models such as Holt‑Winters, ARIMA, STL, Prophet, and LSTM to improve game monitoring and proactive alerting.

AIOpsARIMAHolt-Winters
0 likes · 12 min read
Time Series Forecasting Algorithms and Their Application in NetEase Game Monitoring