├── Code ├── 01_optimize_and_evaluate_model.py ├── 02_check_plausibility_under_extreme_conditions.py ├── 03_train_withoutMCdropout_forSHAP.py ├── 04_check_plausibility_SHAP.py └── 05_calculate_projections.py ├── LICENSE └── README.md /Code/01_optimize_and_evaluate_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/Code/01_optimize_and_evaluate_model.py -------------------------------------------------------------------------------- /Code/02_check_plausibility_under_extreme_conditions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/Code/02_check_plausibility_under_extreme_conditions.py -------------------------------------------------------------------------------- /Code/03_train_withoutMCdropout_forSHAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/Code/03_train_withoutMCdropout_forSHAP.py -------------------------------------------------------------------------------- /Code/04_check_plausibility_SHAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/Code/04_check_plausibility_SHAP.py -------------------------------------------------------------------------------- /Code/05_calculate_projections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/Code/05_calculate_projections.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreasWunsch/Long-Term-GWL-Simulations/HEAD/README.md --------------------------------------------------------------------------------