始める無料で始める

Autocorrelation

For this exercise, you'll be using the traffic dataset. I've combined the columns for heavy and light vehicles into one "vehicle" column, since we've seen before that the two behave as one.

You'll first plot the data, and then visualize the autocorrelation, before answering some questions about the created plots.

The data is available as traffic.

この演習はコースの一部です

Analyzing IoT Data in Python

コースを見る

実践的なインタラクティブ演習

このサンプルコードを完成させて、この演習に挑戦してみましょう。

# Plot traffic dataset
traffic[:____].____()

# Show plot
____
コードを編集して実行