An interplay of (explainable) AI and expert knowledge of weather forecast.
This repo serves to demo the application of explainable AI approaches to weather forecasting usecases with deep learning.
Structure of the repositary:
notebooks
Example notebooks about data processing, model training and xai analysis. All data and models needed to replicate the results shown in the notebooks are included in the subfoldersdata
andmodels
.explore_xai
Explore the existing xai solutions for regression problems.