Using Explainability to Inform Statistical Downscaling Based on Deep Learning Beyond Standard Validation Approaches
This repository contains the code to reproduce the paper Using Explainability to Inform Statistical Downscaling Based on Deep Learning Beyond Standard Validation Approaches.
To properly reproduce the environments necessary to run the experiments we rely on Docker. We provide two Dockerfiles with all the required libraries to download the data, train the models, compute the predictions (Dockerfile_SD) and compute the saliency maps (Dockerfile_XAI). Inside the corresponding generated images we can find useful libraries on which we rely to run the experiments conforming this paper.
The code in this repository is ordered following the different experiments performed in the paper:
- Download and preprocess data (preprocessData)
- Train models and compute predictions (statistical-downscaling)
- Compute XAI metrics (XAI)
Each of these folders contains its own README with instructions for execution