fastshap
Shapley explainer
Provides an efficient approach to computing Shapley values for explaining machine learning model predictions.
Fast approximate Shapley values in R
116 stars
4 watching
18 forks
Language: R
last commit: 9 months ago explainable-aiexplainable-mlinterpretable-machine-learningshapleyshapley-valuesvariable-importancexai
Related projects:
Repository | Description | Stars |
---|---|---|
benedekrozemberczki/shapley | An open-source Python library for evaluating and explaining the contribution of individual classifiers in machine learning ensembles. | 218 |
nredell/shapflex | A package for computing asymmetric Shapley values to assess causality in machine learning models | 71 |
redichh/shapleyr | An R package for computing Shapley values to analyze feature contributions in machine learning models. | 25 |
shap/shap | Provides an algorithm to explain the output of machine learning models using game theory and Shapley values. | 22,876 |
thomasp85/lime | An R package for providing explanations of predictions made by black box classifiers. | 485 |
pbiecek/xaiaterum2020 | An R package and workshop materials for explaining machine learning models using explainable AI techniques | 52 |
amiratag/datashapley | Calculates fair valuation of individual training data points in machine learning models. | 259 |
iancovert/sage | A Python package for calculating global feature importance using Shapley values in machine learning models | 253 |
rmarko/explainprediction | An R package for explaining the predictions made by machine learning models in data science applications. | 2 |
giuseppec/iml | Provides methods to interpret and explain the behavior of machine learning models | 492 |
modeloriented/ibreakdown | A tool for explaining predictions from machine learning models by attributing them to specific input variables and their interactions. | 81 |
interpretml/dice | Provides counterfactual explanations for machine learning models to facilitate interpretability and understanding. | 1,364 |
andreysharapov/xaience | An online repository providing resources and information on explainable AI, algorithmic fairness, ML security, and related topics | 107 |
marcelrobeer/contrastiveexplanation | Provides explanations for why an instance has a certain outcome by contrasting it with what would have happened if the outcome had been different. | 45 |
ethicalml/xai | An eXplainability toolbox for machine learning that enables data analysis and model evaluation to mitigate biases and improve performance | 1,125 |