Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwokhing/shap-xai-demo

Demo on performing Explainable AI using the SHAP Library
https://github.com/kwokhing/shap-xai-demo

explainable-ai explainable-ml shap xai

Last synced: about 1 month ago
JSON representation

Demo on performing Explainable AI using the SHAP Library

Awesome Lists containing this project

README

        

## Explainable AI using SHAP Library
This demo deploys the use of SHAP Library in an attempt in explaining the model's outcome

- SHAP Explorer
- SHAP Force Plot
- SHAP Summary Plot
- SHAP Dependence Plot

## Getting started
Open `Explainable AI Graded Hands-on Exercise.ipynb` on a jupyter notebook environment, or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SHAP-XAI-Demo/blob/main/Explainable_AI_Graded_Hands_on_Exercise.ipynb)

The notebook consists of further technical details.