Technical requirements
You will need to set up an Anaconda environment by following the instructions in the Preface to get a working environment with all the packages and datasets required for the code in this book.
The code associated with this chapter can be found at https://github.com/PacktPublishing/Modern-Time-Series-Forecasting-with-Python/tree/main/notebooks/Chapter16.
You will 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