Skip to content

hildebr1/ATMS-523-Module-6-shap-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATMS SHAP Tutorial

Graduate-level tutorial demonstrating SHAP (Shapley values) for explaining atmospheric ML models.

Quickstart

mamba env create -f environment.yml
mamba activate atms-shap
jupyter lab
# open notebooks/ATMS_SHAP_Tutorial.ipynb

Or with pip:

python -m venv .venv && source .venv/bin/activate  # (on Windows use .venv\Scripts\activate)
pip install -r requirements.txt
jupyter lab

Contents

  • notebooks/ATMS_SHAP_Tutorial.ipynb — main tutorial
  • data/sample_heavyrain_features.csv — small synthetic sample (optional)
  • environment.yml / requirements.txt — dependencies

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%