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 libraries and datasets required for the code in this book. Any additional library will be installed while running the notebooks.
You will need to run the following notebooks before using the code in this chapter:
02-Preprocessing_London_Smart_Meter_Dataset.ipynb
inChapter02
01-Setting_up_Experiment_Harness.ipynb
inChapter04
- From the
Chapter06
andChapter07
folders:01-Feature_Engineering.ipynb
02-Dealing_with_Non-Stationarity.ipynb
02a-Dealing_with_Non-Stationarity-Train+Val.ipynb
- From the
Chapter08
folder:00-Single_Step_Backtesting_Baselines.ipynb
01-Forecasting_with_ML.ipynb
01a-Forecasting_with_ML_for_Test_Dataset.ipynb
02-Forecasting_with_Target_Transformation.ipynb
02a-Forecasting_with_Target_Transformation...