shap
Model explainer
Provides an algorithm to explain the output of machine learning models using game theory and Shapley values.
A game theoretic approach to explain the output of any machine learning model.
23k stars
245 watching
3k forks
Language: Jupyter Notebook
last commit: 12 days ago
Linked from 6 awesome lists
deep-learningexplainabilitygradient-boostinginterpretabilitymachine-learningshapshapley
Related projects:
Repository | Description | Stars |
---|---|---|
bgreenwell/fastshap | Provides an efficient approach to computing Shapley values for explaining machine learning model predictions. | 116 |
seldonio/alibi | A Python library for explaining machine learning models | 2,414 |
maif/shapash | Provides visualizations and explanations to help understand machine learning model interactions and decisions | 2,739 |
benedekrozemberczki/shapley | An open-source Python library for evaluating and explaining the contribution of individual classifiers in machine learning ensembles. | 218 |
oegedijk/explainerdashboard | A Python library for building interactive dashboards to explain machine learning models | 2,311 |
amiratag/datashapley | Calculates fair valuation of individual training data points in machine learning models. | 259 |
jphall663/interpretable_machine_learning_with_python | Teaching software developers how to build transparent and explainable machine learning models using Python | 673 |
karpathy/mingpt | A minimal PyTorch implementation of a transformer-based language model | 20,175 |
interpretml/interpret | An open-source package for explaining machine learning models and promoting transparency in AI decision-making | 6,296 |
interpretml/dice | Provides counterfactual explanations for machine learning models to facilitate interpretability and understanding. | 1,364 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,121 |
pycaret/pycaret | An automation tool for machine learning workflows in Python | 8,955 |
sdv-dev/sdv | A library for generating synthetic tabular data based on real-world patterns | 2,380 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,003 |
nredell/shapflex | A package for computing asymmetric Shapley values to assess causality in machine learning models | 71 |