Technical requirements
You will need to set up the Anaconda environment following the instructions in the Preface of the book 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
02-Baseline Forecasts using darts.ipynb
inChapter04
01-Feature Engineering.ipynb
inChapter06
02-Dealing with Non-Stationarity.ipynb
inChapter07
02a-Dealing with Non-Stationarity-Train+Val.ipynb
inChapter07
00-Single Step Backtesting Baselines.ipynb
inChapter08
01-Forecasting with ML.ipynb
inChapter08
01a-Forecasting with ML for Test Dataset.ipynb
inChapter08
02-Forecasting with Target Transformation.ipynb
inChapter08
02a-Forecasting with Target Transformation(Test).ipynb
inChapter08
The code for this chapter can be found at...