This script runs the trained net on test data and evaluates the result. It provides several graphs as outputs that show the performance of the trained model.
The output path can be changed under the the "evaluation_path":
option in the corresponding config file.
The output consists of the actual load prediction graph split up into multiple .png images and a metrics plot containing information about the model’s performance. Plots of the predicted load at different hours
Metrics plot with results of evaluation
If you need more details on which deterministic and probabilistic metrics we take to quantify if the produced forecast is considered “good” or “bad”, please take a look at the Tutorial Notebook.
If you need more details, please take a look at the docs for this script.