Exercise: Time Series Analysis with Longer Lookbacks
Learn how to experiment with time series analysis with longer lookbacks.
We’ve trained the model with a maximum of 60 lookbacks
, but now we’ll train it with lookback=120
. The longer the lookback, the smoother the trend.
Import the libraries and load the data
Let’s start our challenge by importing the libraries and loading the data.
The name of the CSV file we’re using is processminer-sheet-break-rare-event-dataset.csv
.
Import the necessary libraries and load the dataset in the following widget:
Get hands-on with 1400+ tech skills courses.