Tagged articles
1 articles
Page 1 of 1
360 Tech Engineering
360 Tech Engineering
Aug 24, 2018 · Artificial Intelligence

Time Series Forecasting with Seasonal Decomposition and ARIMA

This article explains how to process a periodic time‑series, split it into training and test sets, smooth the data, decompose it with statsmodels' seasonal_decompose, forecast the trend using an ARIMA model, and evaluate the results with RMSE, providing a practical workflow for accurate forecasting.

ARIMAPythonStatsmodels
0 likes · 5 min read
Time Series Forecasting with Seasonal Decomposition and ARIMA