This directory contains 5 workflows.
Workflow to test that the Python installation is working in order to execute the exercise workflows
Additional plots to visually explore time series data
This workflow predicts time series (energy consumption) by an LSTM network with lagged values as input. The trained model is then used for out-of-sample […]
This workflow performs out-of-sample forecasting of hourly energy consumption. It accesses a pretrained machine learning model that predicts the residual […]
Workflow to compare forecast performances and execution times of classical time series models, machine learning models, and an LSTM model