Technical requirements
If you have not set up the Anaconda environment following the instructions in the Preface, please do that in order to get a working environment with all the packages and datasets required for the code in this book.
You need to run the following notebooks for this chapter:
02 - Preprocessing London Smart Meter Dataset.ipynb
inChapter02
01-Setting up Experiment Harness.ipynb
inChapter04
01-Feature Engineering.ipynb
inChapter06
02-One-Step RNN.ipynb
and03-Seq2Seq RNN.ipynb
inChapter13
(for benchmarking)00-Single Step Backtesting Baselines.ipynb
and01-Forecasting with ML.ipynb
inChapter08
The associated code for the chapter can be found at https://github.com/PacktPublishing/Modern-Time-Series-Forecasting-with-Python-/tree/main/notebooks/Chapter14.