Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 682 Bytes

File metadata and controls

25 lines (21 loc) · 682 Bytes

Model Interpretability and Fairness Lesson

Environment Requirements and Installation

This content was developed using Python 3.10.13. See requirements.txt file for dependencies.

Folder Structure

├── CODEOWNERS
├── Demo-Explaining-Shapely-Plot
│   └── Demo - Explaining a Simple a Shapley Plot.ipynb
├── Exercise1-Use-Shapely-Values
│   ├── README.md
│   ├── solution
│   └── starter
├── Exercise2-Interpret-Results-Aequitas
│   ├── README.md
│   ├── data
│   ├── solution
│   └── starter
├── LICENSE.md
├── README.md
└── requirements.txt