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.ipynbinChapter0201-Setting up Experiment Harness.ipynbinChapter0402-Baseline Forecasts using darts.ipynbinChapter0401-Feature Engineering.ipynbinChapter0602-Dealing with Non-Stationarity.ipynbinChapter0702a-Dealing with Non-Stationarity-Train+Val.ipynbinChapter0700-Single Step Backtesting Baselines.ipynbinChapter0801-Forecasting with ML.ipynbinChapter0801a-Forecasting with ML for Test Dataset.ipynbinChapter0802-Forecasting with Target Transformation.ipynbinChapter0802a-Forecasting with Target Transformation(Test).ipynbinChapter08
The code for this chapter can be found at...