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: about 1 month 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,421 |
maif/shapash | Provides visualizations and explanations to help understand machine learning model interactions and decisions | 2,749 |
benedekrozemberczki/shapley | An open-source Python library for evaluating and explaining the contribution of individual classifiers in machine learning ensembles. | 219 |
oegedijk/explainerdashboard | A Python library for building interactive dashboards to explain machine learning models | 2,321 |
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,474 |
interpretml/interpret | An open-source package for explaining machine learning models and promoting transparency in AI decision-making | 6,324 |
interpretml/dice | Provides counterfactual explanations for machine learning models to facilitate interpretability and understanding. | 1,373 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,191 |
pycaret/pycaret | An automation tool for machine learning workflows in Python | 9,026 |
sdv-dev/sdv | A library for generating synthetic tabular data based on real-world patterns | 2,416 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,092 |
nredell/shapflex | A package for computing asymmetric Shapley values to assess causality in machine learning models | 72 |