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.ipynbinChapter0201-Setting up Experiment Harness.ipynbinChapter0401-Feature Engineering.ipynbinChapter0602-One-Step RNN.ipynband03-Seq2Seq RNN.ipynbinChapter13(for benchmarking)00-Single Step Backtesting Baselines.ipynband01-Forecasting with ML.ipynbinChapter08
The associated code for the chapter can be found at https://github.com/PacktPublishing/Modern-Time-Series-Forecasting-with-Python-/tree/main/notebooks/Chapter14.