最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

matlab - How to Prevent issues in a Holt-Winters Forecasting Model with High Smoothing Parameters? - Stack Overflow

programmeradmin5浏览0评论

I'm using the Holt-Winters model in MATLAB to forecast weather data. When I set the smoothing parameters (Alpha, Beta, and Gamma) too high, the model overfits the data and doesn't forecast well on new data.

How can I adjust these parameters to avoid overfitting and improve the model's accuracy?

I tried setting the smoothing parameters (Alpha, Beta, and Gamma) to higher values in my Holt-Winters model, expecting it to make the model more responsive to recent data. However, this caused the model to overfit the training data, leading to poor forecast accuracy when predicting new data. The model became too sensitive to past data, failing to generalize well to unseen data.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论