Icon

Supplementary Workflows

This directory contains 5 workflows.

Icon00_​Python Test 

Workflow to test that the Python installation is working in order to execute the exercise workflows

Icon01_​Additional_​Visualizations 

Additional plots to visually explore time series data

Icon02_​LSTM_​Network 

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 […]

Icon03_​Deployment_​and_​Signal_​Reconstruction 

This workflow performs out-of-sample forecasting of hourly energy consumption. It accesses a pretrained machine learning model that predicts the residual […]

Icon04_​Model_​Comparison 

Workflow to compare forecast performances and execution times of classical time series models, machine learning models, and an LSTM model