セクション 1. 章 11
single
Challenge: Apply Decomposition
メニューを表示するにはスワイプしてください
In this chapter, you will apply your understanding of rolling statistics and time series decomposition to a new dataset. You will use Python's pandas and matplotlib libraries to calculate a rolling mean, visualize seasonality using a heatmap, and decompose the dataset into its trend, seasonal, and residual components. By analyzing the resulting plots and components, you will deepen your ability to interpret the structure of time series data and extract meaningful insights.
タスク
スワイプしてコーディングを開始
Practice applying rolling statistics, heatmap visualization, and decomposition to a time series dataset using pandas, matplotlib, and statsmodels.
- Compute the centered rolling mean for the column specified by
value_colusing the providedwindow_size. - Create a seasonal heatmap data structure showing seasonality, with
monthas the index (rows) andyearas the columns. - Decompose the specified value column into trend, seasonality, and residuals using the
seasonal_decomposefunction with anadditivemodel.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 11
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください